Optional spawn
spawn: (command: string, args: string[], options: SpawnOptions) => ChildProcess | FakeChildProcess
Type declaration
-
- (command: string, args: string[], options: SpawnOptions): ChildProcess | FakeChildProcess
-
Parameters
-
command: string
-
args: string[]
-
options: SpawnOptions
Returns ChildProcess | FakeChildProcess