Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function readLines
import { readLines } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/io/mod.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>