0.0.4 • Published 4 years ago

@marcelkordek/tiny v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

@marcelkordek/tiny

npm (scoped) npm bundle size (scoped)

NPM Package - Removes all spaces from a string

Install

$ npm install @marcelkordek/tiny

Usage

const tiny = require("@marcelkordek/tiny");

tiny("So much space!");
//=> "Somuchspace!"

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