1.0.0 • Published 10 years ago

endofline v1.0.0

Weekly downloads
1,427
License
MIT
Repository
github
Last release
10 years ago

endofline

Simple module that returns end of line base on the os.platform() in node. When platform is windows it will return '\r\n' and in other case it will return '\n'

instalation

npm install endofline

usage

var eol = require('endofline');
var fs = requrie('fs');

var hosts = fs.readFileSync('/etc/hosts', 'utf-8').split(eol);
1.0.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago