UNPKG

hangulx

Version:

Providing various utilities for Hangul

5 lines (4 loc) 202 B
export declare const basicVowels: string[]; export declare const basicVowelSet: Set<string>; export declare const basicVowelCharCodes: number[]; export declare const basicVowelCharCodeSet: Set<number>;