Skip to main content
Module

x/clippy/deps.ts>readStringDelim

cross-platform Deno library for writing and reading clipboard.
Go to Latest
function readStringDelim
import { readStringDelim } from "https://deno.land/x/clippy@v0.2.0/deps.ts";

Read delimited strings from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>