UNPKG

close-with-grace

Version:

Exit your process, gracefully (if possible)

20 lines (17 loc) 213 B
'use strict' const signalEvents = [ 'SIGHUP', 'SIGINT', 'SIGQUIT', 'SIGILL', 'SIGTRAP', 'SIGABRT', 'SIGBUS', 'SIGFPE', 'SIGSEGV', 'SIGUSR2', 'SIGTERM' ] module.exports = { signalEvents }