UNPKG

pinyin-zhuyin

Version:

Library for converting from pinyin to zhuyin

2 lines (1 loc) 70 B
export declare const pinyinToZhuyin: (pinyinText: string) => string;