@schlandower/filelinesarray
v1.0.3
Published
Return the contents of a file as an array of lines.
Downloads
1
Maintainers
Readme
filelinesarray
Read the lines of a file into an array. 1 line per array position.
Example usage: var filelinesarray = require('@schlandower/filelinesarray'); var fla = filelinesarray('/path/to/you/file');