gitea push

This commit is contained in:
2026-05-09 12:19:29 -06:00
parent 06113c95b8
commit 429461e985
1481 changed files with 74306 additions and 52475 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
declare const isAmbiguous: (x: number) => boolean;
declare const getCodePointsLength: (input: string) => number;
declare const isFullWidth: (x: number) => boolean;
declare const isWide: (x: number) => boolean;
export { isAmbiguous, isFullWidth, isWide };
declare const isWideNotCJKTNotEmoji: (x: number) => boolean;
export { getCodePointsLength, isFullWidth, isWideNotCJKTNotEmoji };