added type ref on node in node-forge

This commit is contained in:
Beeno Tung
2018-08-25 00:30:23 +08:00
parent 62f1845150
commit 0959c07fb0

View File

@@ -7,6 +7,8 @@
// Beeno Tung <https://github.com/beenotung>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
declare module "node-forge" {
type Byte = string;
type Bytes = string;