UNPKG

hangulx

Version:

Providing various utilities for Hangul

6 lines (5 loc) 300 B
export declare const clusterConsonants: string[]; export declare const clusterConsonantSet: Set<string>; export declare const clusterConsonantCharCodes: number[]; export declare const clusterConsonantCharCodeSet: Set<number>; export declare const clusterConsonantDisassembleMap: Map<string, string>;