npm i my-functions
import {isEmpty,isOdd...} from 'my-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