394 B
394 B
Home > @apextoaster/js-utils > ChildSpawner
ChildSpawner type
Signature:
export declare type ChildSpawner = (command: string, args: Array<string>, options: Partial<ChildProcessOptions>) => ChildStreams;