Skip to content

gopusrikanth04/utilfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published