mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
added type ref on node in node-forge
This commit is contained in:
2
types/node-forge/index.d.ts
vendored
2
types/node-forge/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user