UNPKG

@lazy-cjk/cns-11643

Version:
12 lines (11 loc) 313 B
/** * 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;