export { pinyin } from './core/pinyin';
export { customPinyin, clearCustomDict } from './core/custom';
export { match } from './core/match';
export { html } from './core/html';
export { polyphonic } from './core/polyphonic';
export { convert } from './core/convert';
