UNPKG

pinyin-tone

Version:

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

5 lines (4 loc) 116 B
// v2/index.d.ts declare module './index.js' { export function toPinyinTones(longString: string): string; }