node-readlines
node-readlines copied to clipboard
feat: add support for STDIN
Add support for STDIN by receiving file descriptor 0 as a valid argument and ignoring the position when reading from it as STDIN cannot be seeked (Perhaps we should prevent reset of this file but for now it works for my use case)
Fixes #37