UNPKG

@zodash/hold-on

Version:

Make progress hold on for jobs

5 lines (4 loc) 186 B
/// <reference types="node" /> import * as http from 'http'; export declare function holdOn(unixSocketPath: string, onExit?: (...args: any) => void): http.Server; export default holdOn;