2.0.6 • Published 4 years ago

@dan-sogbey/whitespaceremover v2.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@whitespaceremover

npm (scoped) GitHub stars GitHub license GitHub forks GitHub issues

It's the simplest npm module

INSTALL

$ npm install @dan-sogbey/whitespaceremover

USAGE

const whitespaceremover = require("@dan-sogbey/whitespaceremover");

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

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

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago