Files
talk-pro/node_modules/fast-string-truncated-width/dist/utils.d.ts
2026-05-12 16:16:03 +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 };