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
Shared
Shared utilities used across UCD.js packages.
Path Utils
Path manipulation utilities for working with file paths.
Environment
Environment configuration and variable management.
Utils
General utility functions.
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