@lazy-cjk/cns-11643
Version:
CNS11643中文標準交換碼全字庫(簡稱全字庫)
12 lines (11 loc) • 313 B
TypeScript
/**
* Created by user on 2020/5/30.
*/
export * from './lib/uni2pinyin_01';
export * from './lib/uni2pinyin_02';
export * from './lib/char2uni';
export * from './lib/uni2zhuyin';
export * from './lib/util';
export * from './lib/types';
declare const _default: typeof import("./index");
export default _default;