kc-strmin

1.0.4 • Public • Published

STRMin

[js] Simple minify (Remove new lines and multiple spaces).

Install

npm install kc-strmin

Use

var strmin = require('kc-strmin');
var str = strmin(`
Hello      world

This   is my  

content.
`);
console.log(str);

Readme

Keywords

Package Sidebar

Install

npm i kc-strmin

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

1.78 kB

Total Files

5

Last publish

Collaborators

  • kaisarcode