@dwesley/linereader

A simple `Readliner` class, similar to Java's `readline()` method, written in typescript (for Node) to read files line-by-line asynchronously and quickly.

line-reader-regex

A Node.js package to read a file line by line and extract lines based on a regex match.