mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #10810 from hriss95/module-process
Add module 'process' to node.d.ts
This commit is contained in:
Vendored
+4
@@ -2625,3 +2625,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