UNPKG

server-handle-signals

Version:

Returns a server instance capable of handling SIGINT SIGTERM

5 lines 221 B
import handleSignals from './handleSignals'; import { onShutdownClose, onShutdownStop } from './handleSignals'; export { onShutdownClose, onShutdownStop }; export default handleSignals; //# sourceMappingURL=index.d.ts.map