A list of utility functions I created when working on a personal project and functions I found online.
git clone https://github.com/muthhukumar/utility-functions.git
cd utility-functions
npm install
To run tests, run the following command
npm run test
To run test in watch mode, run the following command
npm run test-watch