UNPKG

npm-run-all2

Version:

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)

4 lines 254 B
export default function spawn(command: string, args: string[], options: SpawnOptions): ChildProcess; import type { SpawnOptions } from 'node:child_process'; import type { ChildProcess } from 'node:child_process'; //# sourceMappingURL=spawn-win32.d.ts.map