Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 694 Bytes

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