@byloth/core
Version:
An unopinionated collection of useful functions and classes that I use widely in all my projects. 🔧
36 lines (24 loc) • 1.4 kB
Markdown
# Core 🔧
[](https://www.npmjs.com/package/@byloth/core)
[](https://codecov.io/gh/Byloth/core)
[](https://github.com/Byloth/core/actions/workflows/release-npm.yml)
[](https://github.com/Byloth/core/actions/workflows/release-gpr.yml)
[](https://www.npmjs.com/package/@byloth/core)
[](https://www.apache.org/licenses/LICENSE-2.0)
An unopinionated collection of useful functions and classes that I use widely in all my projects.
> *You should do it too!* 😉
## Features
- 🚀 Built with Vite for optimal performance
- 📦 TypeScript support with full type definitions
- 🌳 Tree-shakeable - import only what you need
- 📝 Comprehensive utility functions for common tasks
- 🔧 Support for both ESM and CommonJS
- ⚡ Zero dependencies
## Installation
```bash
npm install @byloth/core
```
## License
Apache-2.0 - see [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.