Skip to main content
Module

x/inquirer/deps.ts>readLines

Interactive command line user interfaces for deno
Latest
function readLines
import { readLines } from "https://deno.land/x/inquirer@v0.0.4/deps.ts";

Read strings line-by-line from a Reader.

Parameters

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

Returns

AsyncIterableIterator<string>