https://github.com/trapcodeio/js-genie
Well Documented Functions we find ourselves reinventing every-time.
https://github.com/trapcodeio/js-genie
Last synced: 9 months ago
JSON representation
Well Documented Functions we find ourselves reinventing every-time.
- Host: GitHub
- URL: https://github.com/trapcodeio/js-genie
- Owner: trapcodeio
- License: mit
- Created: 2023-02-11T09:21:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T09:50:27.000Z (9 months ago)
- Last Synced: 2025-03-20T05:34:54.075Z (9 months ago)
- Language: TypeScript
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Js Genie 🧞♂️
🧞♂️ Genie says It's either you need me or you don't. Take a look at the list of functions below and if you find
something useful, **Then you need me.**
All shipped in modules for tree shaking support and strictly typed.
## Links
- [array/manipulate](./docs/array/manipulate.md)
- [crypto/hash](./docs/crypto/hash.md)
- [errors/lazy-try-catch](./docs/errors/lazy-try-catch.md)
- [string/limit](./docs/string/limit.md)
- [utils/functions](./docs/utils/functions.md)
- [utils/typescript](./docs/utils/typescript.md)
## Installation
```bash
npm install js-genie
# or
yarn add js-genie
```