UNPKG

thai-keyboard-corrector

Version:

Corrects text typed with the wrong Thai/English keyboard layout

4 lines (3 loc) 174 B
export declare const mapEngToThai: (txt: string) => string; export declare const mapThaiToEng: (txt: string) => string; export declare function correct(txt: string): string;