@zachfejes/tiny

2.0.0 • Public • Published

@zachfejes/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

    $ npm install @zachfejes/tiny

Usage

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

Weekly Downloads

1

Version

2.0.0

License

none

Unpacked Size

2.17 kB

Total Files

4

Last publish

Collaborators

  • zachfejes