rschooley / linely

Node.js line parser for text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we switch to a method instead of a constructor function

rschooley opened this issue · comments

We could use linely.createLineReadStream(path, options); to be consistent with the fs module.