Files
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03: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