UNPKG

hangulx

Version:

Providing various utilities for Hangul

5 lines (4 loc) 210 B
export declare const complexVowels: string[]; export declare const complexVowelSet: Set<string>; export declare const complexVowelCharCodes: number[]; export declare const complexVowelCharCodeSet: Set<number>;