SpawnFn: (
command: string,
args: readonly string[],
options: SpawnOptions,
) => ChildProcess
Type Declaration
- (command: string, args: readonly string[], options: SpawnOptions): ChildProcess
Parameters
- command: string
- args: readonly string[]
- options: SpawnOptions
Returns ChildProcess
Minimal spawn signature — matches
node:child_processspawn.