@bryx-inc/ts-utils
v1.68.3
Published
<div align="center" style="text-align: center; display: flex; justify-content: center; align-items: center; gap: 8px;"> <img src="https://raw.githubusercontent.com/bryx-inc/ts-utils/main/docs/tsutils_logo.png" height="32px" /> <h1 align="center" s
Downloads
3,794
Readme
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.