SpawnFn: (
command: string,
args: string[],
options: { cwd: string },
callback: (err: Error | null) => void,
) => void
Type Declaration
-
- (
command: string,
args: string[],
options: { cwd: string },
callback: (err: Error | null) => void,
): void
-
Parameters
- command: string
- args: string[]
- options: { cwd: string }
- callback: (err: Error | null) => void
Returns void