2.1.5 • Published 3 years ago

infinitesimal v2.1.5

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

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
2.1.5

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago