https://github.com/byloth/core
🔧 An unopinionated collection of useful functions and classes that I use widely in all my projects.
https://github.com/byloth/core
classes collections core functions javascript library typescript utils
Last synced: 4 months ago
JSON representation
🔧 An unopinionated collection of useful functions and classes that I use widely in all my projects.
- Host: GitHub
- URL: https://github.com/byloth/core
- Owner: Byloth
- License: apache-2.0
- Created: 2023-09-28T10:09:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T17:58:49.000Z (4 months ago)
- Last Synced: 2026-02-13T01:22:55.461Z (4 months ago)
- Topics: classes, collections, core, functions, javascript, library, typescript, utils
- Language: TypeScript
- Homepage:
- Size: 891 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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.