mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
added type ref on node in node-forge
This commit is contained in:
Vendored
+2
@@ -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