@lazy-cjk/korean-romanize
Version:
String conversion utility to romanize Korean characters
29 lines (28 loc) • 728 B
TypeScript
export declare const SBase = 44032;
export declare const LBase = 4352;
export declare const VBase = 4449;
/**
* one less than the beginning of the range of trailing consonants, which starts at 0x11a8
*/
export declare const TBase = 4519;
/**
* number of lead consonants in Hangul
* @type {number}
*/
export declare const LCount = 19;
/**
* Number of LV_Syllables per each leading consonant
*/
export declare const VCount = 21;
/**
* Number of LVT_Syllables per each possible trailing consonant
*/
export declare const TCount = 28;
/**
* Number of precomposed Hangul syllables
*/
export declare const NCount: number;
/**
* Total number of precomposed Hangul syllables (11172)
*/
export declare const SCount: number;