Skip to content

Getting Started

Utilix is a collection of utility functions & classes.

Installation

Install it with your favorite package manager.

sh
$ npm i utilix
sh
$ pnpm i utilix
sh
$ yarn add utilix

CDN

You can also use it directly in a browser.

html
<script src="https://unpkg.com/utilix"></script>
html
<script src="https://cdn.jsdelivr.net/npm/utilix"></script>

MIT License, Made with ❤️