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

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

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

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>