akleshsiingh / buttons

buttons npm repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@akleshsiingh/buttons

GitHub issues

INSTALL

    npm install @akleshsiingh/buttons --save

usage

const removeSpace = require('@akleshsiingh/buttons');

removeSpace("Hi this is me, how are you");
//=> "Hithisisme,howareyou" 
removeSpace(1234);
//=> Uncaught TypeError: this function wants a string!
//    at buttons (<anonymous>:2:41)
//    at <anonymous>:1:1

About

buttons npm repository


Languages

Language:JavaScript 100.0%