Skip to main content
type alias StdioOptions

Definition

IOType | Array<
IOType
| "ipc"
| Stream
| number
| null
| undefined
>
Back to top