UNPKG

server-handle-signals

Version:

Returns a server instance capable of handling SIGINT SIGTERM

5 lines (4 loc) 185 B
import handleSignals from './handleSignals'; import { onShutdownClose, onShutdownStop } from './handleSignals' export { onShutdownClose, onShutdownStop }; export default handleSignals;