Module

x/dejs/vendor/https/deno.land/std/io/bufio.ts>readLines

ejs template engine for deno.
Go to Latest
function readLines
import { readLines } from "https://dotland.deno.dev/x/dejs@0.10.1/vendor/https/deno.land/std/io/bufio.ts";

Read strings line-by-line from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>