1.0.0 • Published 6 years ago
ecomplex v1.0.0
ecomplex
Removes all spaces from a string.
Install
$ npm install ecomplexUsage
const karakuri_test = require("ecomplex");
console.log(ecomplex_test("So much space!"));
//=> "Somuchspace!"
console.log(ecomplex_test(13763));
//=> Uncaught TypeError: ecomplex_test wants a string!1.0.0
6 years ago