raven-util
Collection of util functions for use in raven-web
and raven-api
.
🚨 ALWAYS PULL BEFORE MAKING CHANGES! Pushing tomain
without pulling may lead to merge conflicts.
🚨 Do not change version inpackage.json
! The deploy bot automatically does it for you.
Contribution
Steps for contributing:
- Create a feature branch
- Push your code to your feature branch
- Create a Pull Request on GitHub
Please contribute to thie repo with either of the following:
- Reusable functions
- Universally applicable constants
Publishing to NPM
Pushes to main
are automatically published to NPM. Please use caution and consult with the team before pushing to main
.
Usage
-
Install:
yarn add @raven-crypto/raven-util
-
Import as follows.
import { ... } from '@raven-crypto/raven-util'`