Skip to main content
Module

x/flash/deps_dev.ts>readLines

Build a REST API in a flash
Latest
function readLines
import { readLines } from "https://deno.land/x/flash@v0.8.1/deps_dev.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>