Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 602 Bytes

Andrew's Utils

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.

Installation

npm i @andrewdragon/utils
pnpm i @andrewdragon/utils

Usage

import { randomNumber } from "@andrewdragon/utils"

Contributing

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

License

ISC