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