2.0.0 • Published 5 years ago

@iimmaannuueell/tiny v2.0.0

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

iimmaannuueell/tiny

Removes all spaces from a string.

Installation

$ npm install @iimmaannuueell/tiny

Usage

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

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

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT