Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/legacy/mod.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.20.37/legacy/mod.ts";

A handler for AsyncIterable<string> input.

Parameters

optional
autoflush = [UNSUPPORTED]

Flush after each line. Defaults to false.

Returns

InputHandler<AsyncIterable<string>>