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
Parameters
Section titled “Parameters”parent
Section titled “parent”string
string[] = ...
Record<string, string> = parent.env
ProcessInit = {}
Returns
Section titled “Returns”number