1.0.1 • Published 3 years ago
utilfunctions v1.0.1
Util Function
This is an alpha version of regular functions. It is not ready for production use, however it is prepared to be taste-tried!
Authors
Badges
Add Some Common functions used in javascript
Installation
Install utilfunctions with npm
npm install utilfunctions
Usage
import { isNumber, isString, isRegExp, isBoolean, isUndefined } from "utilfunctions";
function test(number){
return isNumber(number);
}