1.0.1 • Published 5 years ago

@kuro2312/tiny v1.0.1

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

@kuro2312/tiny

npm (scoped) npm bundle size (minified)

Removes all spaces from a string.

Install

$ npm install @kuro2312/tiny

Usage

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

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

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