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.8.0/vendor/https/deno.land/std/io/bufio.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>