My own utils for my own use. I created this package so I didn't have to type the same code over and over. I'm trying to keep it dependencyless, but that may change.
npm i @andrewdragon/utils
pnpm i @andrewdragon/utils
import { randomNumber } from "@andrewdragon/utils"
This package isn't really for public use, but if you want to use it and see any improvements I could add go ahead and make a PR or create an Issue