UCD.js Docs

UCD Store

Store for managing Unicode Character Database files

UCD Store

Store for managing Unicode Character Database files. Supports multiple file system bridges (Node.js, HTTP, in-memory).

Installation

npm install @ucdjs/ucd-store
pnpm add @ucdjs/ucd-store
yarn add @ucdjs/ucd-store

Overview

The @ucdjs/ucd-store package provides a store for managing Unicode Character Database files with support for multiple file system bridges.

Features

  • Multiple file system bridges (Node.js, HTTP, in-memory)
  • Core operations: mirror, analyze, and clean
  • Efficient data structures for Unicode data access

API Reference

Documentation for specific APIs will be added as the package stabilizes.

On this page