package removes all spaces from a string.
npm install @branlok/drawetta
const drawetta = require("@branlok/drawetta");
drawetta("So much space!");
//=> "Somuchspace!"
drawetta(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1