DefinitelyTyped/types/exit/exit-tests.ts
Piotr Błażejewicz (Peter Blazejewicz) 2d3a320fd5
feat(exit): update definition with option parameter (#43099)
- `streams` optional parameter
- minor updates

https://github.com/cowboy/node-exit#exit-

Thanks!
2020-03-20 13:58:20 -04:00

5 lines
86 B
TypeScript

import exit = require('exit');
exit(42);
exit(42, [process.stdout, process.stderr]);