UNPKG

@graphql-mesh/cli

Version:
6 lines (5 loc) 283 B
declare const terminateEvents: readonly ["SIGINT", "SIGTERM"]; type TerminateEvents = (typeof terminateEvents)[number]; type TerminateHandler = (eventName: TerminateEvents) => void; export declare function registerTerminateHandler(callback: TerminateHandler): () => void; export {};