node-sigint
v0.0.1
Published
Normalize sigint signals on windows platforms
Readme
node-sigint
node-sigint simply enables the expected SIGINT behavior in windows platforms
Installation
npm install node-sigintUsage:
require('node-sigint');Now the current process will emit SIGINT when it receives a SIGINT signal.
