| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IExecutableSpawnSyncOptions > stdio
The stdio mappings for the child process.
NOTE: If IExecutableSpawnSyncOptions.input is provided, it will take precedence over the stdin mapping (stdio[0]).
Signature:
stdio?: ExecutableStdioMapping;