/Infinitesimal

My first and infinitesimally small node package for npmjs.

Primary LanguageJavaScriptMIT LicenseMIT

Infinitesimal

npm (scoped) npm bundle size (minified)

Removes all blank spaces from a string.

Install

$ npm install infinitesimal

Usage

const noSpace = require("infinitesimal");

noSpace("A lot of space here!");
//=> "Alotofspacehere!"

noSpace(82108);
//=> Uncaught TypeError: noSpace wants a string!
//    at noSpace (<anonymous>:2:41)
//    at <anonymous>:1:1