UNPKG

@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
# Core 🔧 [![NPM Version](https://img.shields.io/npm/v/%40byloth%2Fcore)](https://www.npmjs.com/package/@byloth/core) [![Codecov](https://codecov.io/gh/Byloth/core/graph/badge.svg?token=GU8UM7FQFL)](https://codecov.io/gh/Byloth/core) [![NPM release](https://github.com/Byloth/core/actions/workflows/release-npm.yml/badge.svg)](https://github.com/Byloth/core/actions/workflows/release-npm.yml) [![GPR release](https://github.com/Byloth/core/actions/workflows/release-gpr.yml/badge.svg)](https://github.com/Byloth/core/actions/workflows/release-gpr.yml) [![NPM Downloads](https://img.shields.io/npm/dt/%40byloth%2Fcore)](https://www.npmjs.com/package/@byloth/core) [![License](https://img.shields.io/github/license/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.