UNPKG

cjke-strings

Version:

a set of Chinese Japanese Korean and Emoji strings helpers

9 lines 306 B
import { type SupportInfo } from './base.js'; export interface CodePointInfo { data: string; width: number; length: number; visible: boolean; } export declare function readFirstCompleteChar(str: string, supports?: SupportInfo): CodePointInfo; //# sourceMappingURL=firstCompleteChar.d.ts.map