mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Process no exitCode (#10778)
According to [node.js v4 doc - exitCode](https://nodejs.org/dist/latest-v4.x/docs/api/process.html#process_process_exitcode), there is exitCode in Process.
This commit is contained in:
committed by
Masahiro Wakame
parent
a08ce8c057
commit
7996f3337d
1
node/node-4.d.ts
vendored
1
node/node-4.d.ts
vendored
@@ -290,6 +290,7 @@ declare namespace NodeJS {
|
||||
cwd(): string;
|
||||
env: any;
|
||||
exit(code?: number): void;
|
||||
exitCode: number;
|
||||
getgid(): number;
|
||||
setgid(id: number): void;
|
||||
setgid(id: string): void;
|
||||
|
||||
Reference in New Issue
Block a user