Removes all spaces from string.
$ npm install @shahisa/mars
const mars = require("@shahisa/mars");
mars("So much space!");
//=> "Somuchspace!"
mars(1337);
//=> Uncaught TypeError: Mars wants a string!
// at mars (<anonymous>:2:41)
// at <anonymous>:1:1