Skip to main content
Module

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

🌾A progressive http server for Deno🌾
Latest
function readLines
import { readLines } from "https://deno.land/x/servest@v1.3.4/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>