README
exit-code
process.exitCode
behavior back-ported from io.js and Node.js 0.12+
USAGE
require('exit-code')
process.exitCode = 2
// do some other stuff
// when the process exits, it'll do it with a code of 2
process.exitCode behavior back-ported from io.js and Node.js 0.12+
<script type="module">
import exitCode from 'https://cdn.skypack.dev/exit-code';
</script>
process.exitCode
behavior back-ported from io.js and Node.js 0.12+
require('exit-code')
process.exitCode = 2
// do some other stuff
// when the process exits, it'll do it with a code of 2