Customizable and dependency-free TypeScript utility functions that you can easily add to your projects. Free. Open Source. You can copy any utility of your choice from apps/web/src/utils
or you can use utils-kit-cli
to add any utility to your TypeScript project. Utilities will be available in the /src/utils
directory.
npx utils-kit-cli add <utility name>
Please refer to the Available Utils file to see all the current utilities. We plan to add more utilities in the future.
Please read the contributing guide.