UNPKG

ultra-runner

Version:

Smart and beautiful script runner that hijacks any `npm run`, `yarn` and `npx` calls for ultra fast execution

5 lines (4 loc) 203 B
/// <reference types="node" /> declare type ExitListener = (signal: NodeJS.Signals | "exit") => void; export declare function onProcessExit(listener: ExitListener, forceExit?: boolean): void; export {};