An open API service indexing awesome lists of open source software.

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.

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
```