@jeansoon/tiny

0.0.1 • Public • Published

@jeansoon/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @jeansoon/tiny

Usage

const tiny = require("@jeansoon/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 @jeansoon/tiny

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

2.06 kB

Total Files

4

Last publish

Collaborators

  • jeansoon