Skip to main content
Module

x/proc/mod.ts>StandardInputs

A better way to work with processes in Deno.
Go to Latest
type alias StandardInputs
import { type StandardInputs } from "https://deno.land/x/proc@0.20.41/mod.ts";
definition:
| string
| Uint8Array
| string[]
| Uint8Array[]
| Iterable<string>
| Iterable<Uint8Array>
| AsyncIterable<string>
| AsyncIterable<Uint8Array>
| undefined