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) 205 B
import type { Pattern } from '../common/segmentit'; declare const Surnames: { [key: string]: string; }; export default Surnames; export declare function fillPatternSurname(arr: Pattern[]): void;