3.1.0 • Published 2 years ago

@twofistedjustice/tiny v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@twofisedjustice/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string

#Install $ npm install @twofistedjustice/tiny

#Usage const tiny = require("@twofistedjustice/tiny");

tiny("Does this count as compression?"); //=> "Doesthiscountascompression?"

tiny(1337); //=> Uncaught TypeError: Tiny wants a string! // at tiny (:2:41) // at :1:1