UNPKG

pinyin-tone

Version:

A library for converting pinyin tone numbers into pinyin tone marks.

4 lines (2 loc) 88 B
// v2/index.d.ts export default function toPinyinTones(longString: string): string;