Module

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

A better Deno framework to create web application.
Go to Latest
function readLines
import { readLines } from "https://dotland.deno.dev/x/abc@v1.0.3/vendor/https/deno.land/std/io/bufio.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>