Module

x/proc/legacy/mod.ts>stringAsyncIterableInput

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

A handler for AsyncIterable<string> input.

Parameters

optional
autoflush = [UNSUPPORTED]

Flush after each line. Defaults to false.

Returns

InputHandler<AsyncIterable<string>>