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.
- Host: GitHub
- URL: https://github.com/trapcodeio/js-toolbox
- Owner: trapcodeio
- License: mit
- Created: 2021-04-19T05:49:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T06:41:16.000Z (over 3 years ago)
- Last Synced: 2025-03-20T05:34:54.080Z (3 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 functionsAll 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)