UNPKG

hangul-util

Version:
3 lines (2 loc) 208 B
export declare function getLocal(word?: string): "number" | "ko" | "en" | "special" | "etc"; export declare function getLocalByGroups(word?: string, isPercent?: boolean): string[] | Record<string, number>;