Skip to main content
Module

x/proc/mod1.ts>stringAsyncIterableInput

A better way to work with processes in Deno.
Go to Latest
function stringAsyncIterableInput
import { stringAsyncIterableInput } from "https://deno.land/x/proc@0.21.7/mod1.ts";

A handler for AsyncIterable<string> input.

Parameters

optional
autoflush = [UNSUPPORTED]

Flush after each line. Defaults to false.

Returns

InputHandler<AsyncIterable<string>>