1.0.10 • Published 3 years ago
@deepakthapa/cmutils v1.0.10
Common Utils
It is a NPM package usefull for common utilities.
Installation
If you are using npm
npm i @deepakthapa/cmutils
or yarn
yarn add @deepakthapa/cmutils
Usage
import {isNumeric} from "@deepakthapa/cmutils"
if(isNumeric(12)){
// Do something
}
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what would you like to change.
Please make sure to update tests as appropriate
License
ISC{:target="_blank"}