@marcelkordek/tiny

0.0.4 • Public • Published

@marcelkordek/tiny

npm (scoped) npm bundle size (scoped)

NPM Package - Removes all spaces from a string

Install

$ npm install @marcelkordek/tiny

Usage

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

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • marcelkordek