1
0
Fork 0
nodejs-typescript-webpack/src/index.ts

4 lines
64 B
TypeScript

process.on("SIGINT", function () {
console.log(`SIGINT`);
});