Removes all spaces from a string
npm install ecomplexRemoves all spaces from a string.
```
$ npm install ecomplex
`js
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!
``