UNPKG

axax

Version:

A library of async iterator extensions for JavaScript including ```map```, ```reduce```, ```filter```, ```flatMap```, ```pipe``` and [more](https://github.com/jamiemccrindle/axax/blob/master/docs/API.md#functions).

4 lines (3 loc) 166 B
/// <reference types="node" /> import readline from "readline"; export declare function fromLineReader(lineReader: readline.ReadLine): AsyncIterableIterator<string>;