mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-25 13:45:48 +08:00
Add module "process" for Node v4
This commit is contained in:
4
node/node-4.d.ts
vendored
4
node/node-4.d.ts
vendored
@@ -2402,3 +2402,7 @@ declare module "constants" {
|
||||
export var X_OK: number;
|
||||
export var UV_UDP_REUSEADDR: number;
|
||||
}
|
||||
|
||||
declare module "process" {
|
||||
export = process;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user