@haihongli/tiny

2.0.2 • Public • Published

@haihongli/tiny

npm (scoped)

Removes all spaces from a string.

Install

$ npm install @haihongli/tiny

Usage

const tiny = require('@haihongli/tiny')

tiny('So much space!')
//=> Somuchspace!

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!

Package Sidebar

Install

npm i @haihongli/tiny

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

1.91 kB

Total Files

4

Last publish

Collaborators

  • haihongli