🐣 👶🏽
a very tiny and unnecessary npm package
Removes all spaces from a string. Learned from @bamblehorse's "tiny" demonstration.
Install
$ npm install @nkravella/tinytest
Usage
const tinytest = require("@nkravella/tinytest");
tinytest("Why are we typing like this?");
// OUTPUT=> "Whyarewetypinglikethis?"