IOweb/node_modules/fast-string-truncated-width/dist/utils.d.ts
2026-07-03 15:07:38 -05:00

4 lines
242 B
TypeScript

declare const getCodePointsLength: (input: string) => number;
declare const isFullWidth: (x: number) => boolean;
declare const isWideNotCJKTNotEmoji: (x: number) => boolean;
export { getCodePointsLength, isFullWidth, isWideNotCJKTNotEmoji };