mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
It is documented for `spawn` in https://nodejs.org/dist/latest-v10.x/docs/api/child_process.html#child_process_child_process_spawn_command_args_options It's not documented for `spawnSync`, but since `spawnSync` uses the same function (normalizeSpawnArguments) for normalizing the options, it should be there too: https://github.com/nodejs/node/blob/master/lib/child_process.js#L545 |
||
|---|---|---|
| .. | ||
| scripts/generate-inspector | ||
| v0 | ||
| v4 | ||
| v6 | ||
| v7 | ||
| v8 | ||
| v9 | ||
| index.d.ts | ||
| inspector.d.ts | ||
| node-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||