@kosko/exec-utilsFunctionsspawnpublicspawn Callablespawn(command: string, args?: readonly string[], options?: SpawnOptions): Promise<SpawnResult>Spawns a new child process.@throwsSpawnError Thrown if the process terminates with non-zero exit code.@seechild_process.spawnParameterscommand: stringargs: readonly string[] = []options: SpawnOptions = {}Returns Promise<SpawnResult>
Spawns a new child process.
SpawnError Thrown if the process terminates with non-zero exit code.
child_process.spawn