1.0.3 • Published 5 years ago

javascript-util-functions v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

myfunctions


Install

npm i my-functions


How to use

import {isEmpty,isOdd...} from 'my-functions';


Available functions

  • isEmpty - takes an array or object as parameter and returns boolean
  • isOdd - takes a number as parameter and returns a boolean
  • isEven - takes a number as parameter and returns a boolean