API reference › @evolu/nodejs › Spawn
type Spawn = (
file: string,
args: ReadonlyArray<string>,
options?: {
cwd?: string | URL;
},
) => Task<void, SpawnError>;
Defined in: packages/nodejs/src/Cli.ts:11
Runs a command with inherited stdio.