UCD.js Docs
Utilities

Utilities

Shared utilities and helper packages

Utilities

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/client or @ucdjs/cli.

Installation

Install utility packages individually:

npm install @ucdjs-internal/shared @ucdjs/path-utils @ucdjs/env @ucdjs/utils

On this page