https://github.com/muthhukumar/utility-functions
A list of utility functions I created when working on a personal project and functions I found online.
https://github.com/muthhukumar/utility-functions
functions javascirpt nodejs utilities
Last synced: about 2 months ago
JSON representation
A list of utility functions I created when working on a personal project and functions I found online.
- Host: GitHub
- URL: https://github.com/muthhukumar/utility-functions
- Owner: muthhukumar
- License: mit
- Created: 2021-07-06T16:37:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:25:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T03:48:40.965Z (4 months ago)
- Topics: functions, javascirpt, nodejs, utilities
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List of utility functions
A list of utility functions I created when working on a personal project and functions I found online.
## Installation
```bash
git clone https://github.com/muthhukumar/utility-functions.git
cd utility-functions
npm install
```
## Documentation[Documentation](https://linktodocumentation)
## Running TestsTo run tests, run the following command
```bash
npm run test
```To run test in watch mode, run the following command
```bash
npm run test-watch
```
## Authors- [Muthukumar](https://www.github.com/muthhukumar)
## License[MIT](https://github.com/muthhukumar/utility-functions/blob/main/LICENSE)