2.0.0 • Published 3 years ago

@manishbasnetnp/tiny v2.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

@manishbasnetnp/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @manishbasnetnp/tiny

Usage

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

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

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