2.0.0 • Published 4 years ago

@engammar111/nostring v2.0.0

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

@engammar111/nostring

[ npm  (scoped) ] [npm bundle size (minified) ]

moves all spaces from a string.

Install \$ npm install @engammar111/nostring Usage const nostring = require("@engammar111/nostring");

nostring("So much space!"); //=> "So, much space!"

nostring(1337); //=> Uncaught TypeError: nostring wants a string! // at tiny (:2:41) // at :1:1 nospace between strings