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

x/deno_sonic/deps.ts>readLines

Sonic search engine driver for Deno
Latest
function readLines
import { readLines } from "https://deno.land/x/deno_sonic@0.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>