PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
trim-newlines
'use strict'; var fn = module.exports = function (x) { return fn.end(fn.start(x)); }; fn.start = function (x) { return x.replace(/^[\r\n]+/, ''); }; fn.end = function (x) { return x.replace(/[\r\n]+$/, ''); };
[+]
..
[-] readme.md
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] license
[edit]