EasyAgent/node_modules/fast-string-truncated-width/dist/utils.d.ts
2026-02-28 03:00:08 +08:00

5 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 };