@pawansaket/tiny Remove all spaces from a string. Install $ npm install @pawansaket/tiniest Usage const tiny = require("@pawansaket/tiny"); tiny("So much space!!"); // => "Somuchspace!!" tiny(1357) //=> uncaught TypeError: Tiny wants a string! // at tiny(:2:41) // at :1:1