gitea push
This commit is contained in:
+3
-3
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user