@mottz/tiny

Removes all spaces from a string


Keywords
tiny, npm, package, mottz
License
MIT
Install
npm install @mottz/tiny@3.0.0

Documentation

npm-package-test

This repo is for education purposes.

Install

$ npm install @mottz/tiny

Usage

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

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

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