README
ecomplex
Removes all spaces from a string.
Install
$ npm install ecomplex
Usage
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!