Skip to content

spawn

spawn(parent, path, argv?, env?, init?): number

Defined in: src/fs/exec.ts:80

Fork a child of parent, run a program in it, and wait for it

Process

string

string[] = ...

Record<string, string> = parent.env

ProcessInit = {}

number