| Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1 — kopia/node_modules/trim-newlines/ |
| Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1 — kopia/node_modules/trim-newlines/index.js |
'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]+$/, '');
};