UNPKG

pinyin-input-method-engine

Version:

汉语拼音输入法引擎 JavaScript 实现。

6 lines (5 loc) 142 B
/** * 所有的汉语拼音音节 */ export declare const YIN_JIE: Set<string>; export declare const CORRECTION_TABLE: Map<string, string>;