Utilities
Shared
Shared utilities across UCD.js packages.
The @ucdjs-internal/shared package provides common utilities and helper functions used across the UCD.js ecosystem.
Installation
npm
npm install @ucdjs-internal/shared
pnpm
pnpm add @ucdjs-internal/shared
yarn
yarn add @ucdjs-internal/shared
Overview
This package contains shared functionality that is used by multiple UCD.js packages, helping to maintain consistency and reduce code duplication across the monorepo.
Use Cases
- Internal utility functions used by UCD.js core packages
- Common type definitions and interfaces
- Shared helper methods for data processing
This package is primarily for internal use within the UCD.js ecosystem. If you're building on top of UCD.js, you typically won't need to install this package directly.
API Reference
Documentation for specific utilities and functions will be added as the API stabilizes.