@edifice.io/utilities
Version:
20 lines (12 loc) • 533 B
Markdown
# Edifice Utilities Package


This package contains shared utility functions and helpers used across multiple packages in the codebase. This package has no external dependencies and is designed to be lightweight and self-contained.
## Prerequisites
- `pnpm: >= 9`
- `node: >= 20`
## Getting Started
### Install
```bash
pnpm add @edifice.io/utilities
```