Module

x/proc/legacy/mod.ts>stringAsyncIterableUnbufferedInput

A better way to work with processes in Deno.
Latest
function stringAsyncIterableUnbufferedInput
import { stringAsyncIterableUnbufferedInput } from "https://dotland.deno.dev/x/proc@0.21.9/legacy/mod.ts";

A handler for AsyncIterable<string> input, unbuffered.

Returns

InputHandler<AsyncIterable<string>>