<p align="center">
  <a href="https://scrimmage.co/" target="blank">
    <img src="https://cdn.scrimmage.co/icons/Scrimmage-Logo.webp" width="200" alt="Scrimmage Logo" />
  </a>
</p>

## 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.

## Installation

```bash
npm install @scrimmage/utils
```

## 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.
