Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

A better Deno framework to create web application.
Latest
function readLines
import { readLines } from "https://deno.land/x/abc@v1.3.3/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>