UNPKG

@edifice.io/utilities

Version:
20 lines (12 loc) 533 B
# Edifice Utilities Package ![npm](https://img.shields.io/npm/v/@edifice.io/utilities?style=flat-square) ![bundlephobia](https://img.shields.io/bundlephobia/min/@edifice.io/utilities?style=flat-square) 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 ```