Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techmely/es-toolkit
Collection JS utility library for your art products
https://github.com/techmely/es-toolkit
Last synced: about 1 month ago
JSON representation
Collection JS utility library for your art products
- Host: GitHub
- URL: https://github.com/techmely/es-toolkit
- Owner: techmely
- License: mit
- Created: 2024-07-15T02:00:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-05T10:44:08.000Z (3 months ago)
- Last Synced: 2024-10-05T10:44:55.205Z (3 months ago)
- Language: TypeScript
- Size: 755 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Es Toolkit
`@techmely/es-toolkit` is a state-of-the-art, high-performance JavaScript utility library with a small bundle size and robust type annotations.
## Features
- Be battle-tested with 100% test coverage, ensuring reliability and robustness.
- Offer a variety of everyday utility functions with modern implementations, such as debounce, delay, chunk, sum, and pick.
- Designed with performance in mind, this achieves 2-3× better performance in modern JavaScript environments.
- Support tree shaking out of the box with [tsup](https://tsup.egoist.dev)
- Include built-in TypeScript support with straightforward yet robust types. It also provides helpful type guards such as isNotNil.