File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ /// <reference types="node" />
2
+
3
+ /**
4
+ * A replacement for process.exit that ensures stdio are fully drained before exiting.
5
+ */
6
+ declare function exit ( code : number , streams ?: [ NodeJS . WritableStream , NodeJS . WritableStream ] ) : void ;
7
+
8
+ export = exit ;
Original file line number Diff line number Diff line change 2
2
"name" : " exit-x" ,
3
3
"description" : " A replacement for process.exit that ensures stdio are fully drained before exiting." ,
4
4
"version" : " 0.2.1" ,
5
- "homepage" : " https://github.com/cowboy /node-exit" ,
5
+ "homepage" : " https://github.com/gruntjs /node-exit-x " ,
6
6
"author" : " Grunt Development Team (https://gruntjs.com/development-team)" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
9
"url" : " git://github.com/gruntjs/node-exit-x.git"
10
10
},
11
11
"bugs" : {
12
- "url" : " https://github.com/gruntjs/node-exit/issues"
12
+ "url" : " https://github.com/gruntjs/node-exit-x /issues"
13
13
},
14
14
"license" : " MIT" ,
15
- "main" : " lib/exit" ,
15
+ "main" : " lib/exit.js" ,
16
+ "types" : " lib/exit.d.ts" ,
16
17
"engines" : {
17
18
"node" : " >= 0.8.0"
18
19
},
You can’t perform that action at this time.
0 commit comments