UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

14 lines (10 loc) 216 B
'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]+$/, ''); };