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.
Go to Latest
function readLines
import { readLines } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/io/bufio.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>