Files
JellySport/ProjectSourceCode/node_modules/foreground-child/dist/mjs/watchdog.d.ts
2024-04-11 04:23:19 -06:00

4 lines
185 B
TypeScript

/// <reference types="node" />
import { ChildProcess } from 'child_process';
export declare const watchdog: (child: ChildProcess) => ChildProcess;
//# sourceMappingURL=watchdog.d.ts.map