@kanpou0108/tiny

1.1.0 • Public • Published

@kanpou0108/tiny

Removes all spaces from a string.

Install

$ npm install @kanpou0108/tiny

Usage

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

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

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

Package Sidebar

Install

npm i @kanpou0108/tiny

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

973 B

Total Files

3

Last publish

Collaborators

  • kanpou0108