Utilities
Shared utilities and helper packages.
The UCD.js ecosystem includes several utility packages that provide common functionality across the project.
Available Packages
When to Use
These utility packages are primarily intended for:
- Internal use within other UCD.js packages
- Advanced users building custom tooling on top of UCD.js
- Contributors developing new features for the ecosystem
Most users working with Unicode data should start with the core packages like @ucdjs/ucd-store or @ucdjs/cli.
Installation
Install utility packages individually:
npm
npm install @ucdjs-internal/shared @ucdjs/path-utils @ucdjs/env
pnpm
pnpm add @ucdjs-internal/shared @ucdjs/path-utils @ucdjs/env
yarn
yarn add @ucdjs-internal/shared @ucdjs/path-utils @ucdjs/env