UNPKG

182 BJavaScriptView Raw
1var textconv = require('textconv');
2
3var inlined = textconv.inline("This is line 01 \n This is line 02", {trim: true});
4console.log(inlined); //=> This is line 01 \t This is line 02