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

https://github.com/trapcodeio/js-toolbox

Well Documented Functions we find ourselves reinventing every-time.
https://github.com/trapcodeio/js-toolbox

Last synced: 3 months ago
JSON representation

Well Documented Functions we find ourselves reinventing every-time.

Awesome Lists containing this project

README

        

# Trapcode's Toolbox

Well Documented Functions we find ourselves reinventing every-time.

Written in Typescript for different environments and frameworks but for now we will focus on functions required by

- Your Day to Day Javascript programming.
- Nodejs related functions
- Browsers related functions

All shipped in modules 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)