/myfunctions

Primary LanguageJavaScript

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