This library serves as a shared collection of common typescript utility methods.
$ npm i @bryx-inc/ts-utils
Library documentation is generated with TypeDoc, and can be built locally.
$ yarn docs
$ npx serve public/
The most up-to-date documentation is hosted at https://tsutils.bryxinc.dev.
This project utilizes changesets to manage contributions. To get started, fork the repository and add your changes. When you are ready to pubmit a pull request, run yarn changeset
to create a changeset and add it to the commit, then create a PR.
$ gh pr create -R bryx-inc/ts-utils --base main
Please refer to our contribution guidelines for more information.
Brought to you with 🤍 By the Bryx team in Rochester, NY.