Files
lcbp3.np-dms.work/frontend/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts
2025-09-21 20:29:15 +07:00

6 lines
232 B
TypeScript

import { type ChildProcess } from 'child_process';
/**
* Starts forwarding signals to `child` through `parent`.
*/
export declare const proxySignals: (child: ChildProcess) => () => void;
//# sourceMappingURL=proxy-signals.d.ts.map