UNPKG

hangul-util

Version:
4 lines (3 loc) 195 B
export declare function isHangulByCode(hangul?: number): boolean; export declare function isHangul(word?: string): boolean; export declare function isHangulByGroups(word?: string): boolean[];