UNPKG

pinyin-tone

Version:

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

9 lines 306 B
// workaround/index.d.ts declare module 'workaround/index' { /** * Marks a single Pinyin vowel * @param vowelChar - The input vowel character * @returns The marked vowel or the original vowel */ export default function markSinglePinyinVowel(vowelChar: string): string; }