UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

3 lines (2 loc) 193 B
import { ChildProcessWithoutNullStreams } from 'child_process'; export declare function spawnProcess(commandLine: string, dataCallback: (data: string) => void): ChildProcessWithoutNullStreams;