2.0.0 • Published 1 year ago

@ronjtech/tiny v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm npm bundle size

Remove all spaces from a string.

Install

npm install @ronjtech/tiny

Usage

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

tiny("There's a lot of space here!");
//-> "There'salotofspacehere!"

tiny(1234);
//-> Uncaught TypeError: Tiny needs a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
2.0.0

1 year ago

1.0.0

1 year ago