@nkravella/tinytest
v2.0.0
Published
Removes all spaces from a string
Downloads
2
Maintainers
Readme
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?"