1.0.1 • Published 3 years ago

utilfunctions v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

License: ISC

Installation

Install utilfunctions with npm

  npm install utilfunctions

Usage

import { isNumber, isString, isRegExp, isBoolean, isUndefined } from "utilfunctions";

  function test(number){
     return isNumber(number); 
  }

License

ISC