mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 13:14:30 +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