Skip to main content
Module

x/proc/deps.ts>readStringDelim

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function readStringDelim
import { readStringDelim } from "https://deno.land/x/proc@0.19.9/deps.ts";

Read delimited strings from a Reader.

Parameters

reader: Reader
delim: string
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>