Registers a handler for the given signal.
const h = tjs.signal('SIGINT', handleSigint);
Which signal to register a handler for.
Handler function.
Generated using TypeDoc
Registers a handler for the given signal.