1.0.0 • Published 5 years ago

@masood_hussain/playstring v1.0.0

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

Removes all spaces from a string.

Install

$ npm install @masood_hussain/playstring

Usage

const playstring = require("@masood_hussain/playstring");

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

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

5 years ago