Skip to content

ucdjs/ucd-fields

Repository files navigation

@ucdjs/ucd-fields

npm version npm downloads

UCD (Unicode Character Database) fields for JavaScript.

Important

This is still in an very early development cycle! Currently this is generated using LLM's so there may be issues. We will work on getting it to be 100% reliable in the coming days.

Installation

npm install @ucdjs/ucd-fields

Usage

import type { ArabicShaping, BidiBrackets } from "@ucdjs/ucd-fields/v16";
import { ARABIC_SHAPING_FIELDS, BIDI_BRACKETS_FIELDS } from "@ucdjs/ucd-fields/v16";

console.log(ARABIC_SHAPING_FIELDS);
// => [
//     "code_point",
//     "schematic_name",
//     "joining_type",
//     "joining_group"
// ]

console.log(BIDI_BRACKETS_FIELDS);
// => [
//   "code_point",
//   "bidi_paired_bracket",
//   "bidi_paired_bracket_type"
// ]

📄 License

Published under MIT License.

About

UCD (Unicode Character Database) fields for JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy