rn-formatlog
v1.0.3
Published
This snippet will remove space from given string
Downloads
0
Readme
@formatlog
npm v2.0.0 Removes all spaces from a string.
How to Install $ npm install [email protected]
Usage const logformat = require("rn-formatlog"); console.log(logformat("Remove Space"));
Output RemoveSpace
