2.0.0 • Published 2 years ago

@edcartech/ednpm v2.0.0

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

@edcartech/ednpm

npm (scoped) npm bundle size (minified)

React Private Project Library Removes all spaces from a string.

Install

$ npm install @edcartech/ednpm

Usage

//Cloding the Space of a string
const closeStringSpace = require('@edcartech/ednpm');

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

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