mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-30 13:50:27 +00:00
* Overhauled the line-by-line package to be accurate. The prior version of @types/line-by-line did not properly represent the options used in creating a LineByLineReader and did not represent the stream compatibility the package has. This overhauls the declaration file to represent the package in both its use case of reading files and readable streams, as well as supplying documentation as found on the package's README.md. * Overhauled the line-by-line package to be accurate The prior version of @types/line-by-line did not properly represent the options used in creating a LineByLineReader and did not represent the stream compatibility the package has. This overhauls the declaration file to represent the package in both its use case of reading files and readable streams, as well as supplying documentation as found on the package's README.md. * Fixed code to conform to dtslint