Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > ExecutableStdioStreamMapping

ExecutableStdioStreamMapping type

Typings for one of the streams inside IExecutableSpawnSyncOptions.stdio.

Signature:

export type ExecutableStdioStreamMapping = 'pipe' | 'ignore' | 'inherit' | NodeJS.WritableStream | NodeJS.ReadableStream | number | undefined;