3.0.0 • Published 6 years ago

@theerawat32/tiny v3.0.0

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

@theerawat32/tiny

I copy this from https://github.com/Bamblehorse/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @theerawat32/tiny

Usage

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

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

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

(https://img.shields.io/badge/npm-v1.0.0-blue.svg)

3.0.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago