2.0.0 • Published 2 years ago

@danielnunes17/small v2.0.0

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

@danielnunes17/small

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @danielnunes17/small

Usage

const tiny = require("@danielnunes17/small");

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

small(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