Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
4
node_modules/fast-string-truncated-width/dist/utils.d.ts
generated
vendored
Normal file
4
node_modules/fast-string-truncated-width/dist/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare const isAmbiguous: (x: number) => boolean;
|
||||
declare const isFullWidth: (x: number) => boolean;
|
||||
declare const isWide: (x: number) => boolean;
|
||||
export { isAmbiguous, isFullWidth, isWide };
|
||||
Reference in New Issue
Block a user