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 DICT3: { [prop: string]: string; }; export default DICT3; export declare function fillPattern3(arr: Pattern[]): void;