Skip to main content
Module

x/sinco/deps.ts>readLines

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
function readLines
import { readLines } from "https://deno.land/x/sinco@v4.1.0/deps.ts";

Read strings line-by-line from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>