Module

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

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

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>