@kidscannon/readline-async
v0.0.2
Published
async/await interface for readline
Downloads
1
Readme
@kidscannon/readline-async
Install
$ npm i @kidscannon/readline-async
Usage
await readlineAsync({ input: fs.createReadStream('/tmp/x.txt'), terminal: false }, (line) => {})