node-ejs-renderer/node_modules/foreground-child/dist/mjs/watchdog.d.ts
2024-06-09 13:55:01 -04: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