Files
JellySport/ProjectSourceCode/node_modules/foreground-child/dist/mjs/watchdog.d.ts

4 lines
185 B
TypeScript
Raw Normal View History

2024-04-11 04:23:19 -06:00
/// <reference types="node" />
import { ChildProcess } from 'child_process';
export declare const watchdog: (child: ChildProcess) => ChildProcess;
//# sourceMappingURL=watchdog.d.ts.map