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

x/frugal/dep/std/io.ts>readLines

A frugal web framework
Go to Latest
function readLines
import { readLines } from "https://deno.land/x/frugal@0.3.0/dep/std/io.ts";

Read strings line-by-line from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>