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