UNPKG

ewts

Version:

Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (wasm lib)

12 lines (11 loc) 204 B
/* tslint:disable */ /* eslint-disable */ export class EwtsConverter { free(): void; constructor(); /** * @param {string} src * @returns {string} */ ewtsToUnicode(src: string): string; }