Skip to main content
Module

x/denoexec/mod.ts>stdin

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function stdin
import { stdin } from "https://deno.land/x/denoexec@v1.1.5/mod.ts";

Send data to the child process via the STDIN stream.

Parameters

v: string | Uint8Array | Deno.Reader
proc: ProcessDeferred

Returns

ProcessDeferred