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');
Return the contents of a file as an array of lines.
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');
24/10/2020 first published