UNPKG

@gitbook/pinyin-pro

Version:

GitBook's fork of pinyin-pro, a fantastic open-source package for turning Chinese characters to pinyin.

7 lines (6 loc) 194 B
import type { Pattern } from '../common/segmentit'; declare const DICT4: { [prop: string]: string; }; export default DICT4; export declare function fillPattern4(arr: Pattern[]): void;