@npm_ash123/tiny
v2.0.0
Published
Removes all spaces from a string
Readme
tiny
@npm_ash123/tiny
This is the tiniest package!
P.S: This is done with the help of the below post
https://www.freecodecamp.org/news/how-to-make-a-beautiful-tiny-npm-package-and-publish-it-2881d4307f78/
Installation
npm install @npm_ash123/tiny
Usage
const tiny = require("@npm_ash123/tiny");
tiny("So much space!"); //=> "Somuchspace!"
tiny(1337); //=> Uncaught TypeError: Tiny wants a string! Pease input only string data // at tiny (:2:41) // at :1:1
Thank You Note
Thanks for suporting the package. Will provide more updates in the future.
