Skip to content

bryx-inc/ts-utils

Repository files navigation

Bryx | TS Utils

This library serves as a shared collection of common typescript utility methods.

Installation

$ npm i @bryx-inc/ts-utils

Documentation

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.

Contributions

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.