utilfunctions

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i utilfunctions

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

3.25 kB

Total Files

3

Last publish

Collaborators

  • gopusrikanth04