UNPKG

unicode-shaper

Version:

Shape unicode text so that renderers like WebGL and WebGPU can properly display the glyphs.

7 lines 208 B
/** * Check if a character is Thai * @param c - input unicode character * @returns - true if the character is Thai */ export declare function isThai(c: number): boolean; //# sourceMappingURL=thai.d.ts.map