2.0.0 • Published 2 years ago

@dev_jatin/tiny v2.0.0

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

@dev_jatin/tiny

Removes all spaces from the string

$ npm install @dev_jatin/tiny

Usage

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

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

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

2 years ago

1.0.0

2 years ago