UNPKG

khmer-unicode-converter

Version:
5 lines 136 B
/** * Convert Khmer Uncode text to Limon encoding. * @param text Unicode text */ export declare function limon(text: string): string;