6 lines
232 B
TypeScript
Raw Normal View History

2025-06-30 09:38:03 +08:00
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