2.1.5 • Published 2 years ago

infinitesimal v2.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago