Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 706 Bytes

File metadata and controls

21 lines (15 loc) · 706 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IExecutableSpawnSyncOptions > stdio

IExecutableSpawnSyncOptions.stdio property

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;