@scrimmage/utils
v1.5.1
Published
<p align="center"> <a href="http://scrimmage.co/" target="blank"> <img src="https://cdn.scrimmage.co/icons/Scrimmage-Logo.webp" width="200" alt="Scrimmage Logo" /> </a> </p>
Downloads
80
Readme
Overview
@scrimmage/utils is a library that contains shared functions and utilities that can be used across the Scrimmage ecosystem. This library contains only simple functions that are not dependent on any other library.
Development Rules
- This library should never be dependent on any other library in the Scrimmage ecosystem and external libraries. Always confirm any new dependency with the team.
- This library should not contain any complex logic or business logic.
- This library should not contain any interfaces or types. Use @scrimmage/schemas for that.