Skip to main content
Module

std/io/mod.ts>readLines

Deno standard library
Go to Latest
function readLines
import { readLines } from "https://deno.land/std@0.41.0/io/mod.ts";

Read strings line-by-line from a Reader.

Parameters

reader: Reader

Returns

AsyncIterableIterator<string>