feat: scaffold Astro + Tailwind project
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 getCodePointsLength: (input: string) => number;
|
||||
declare const isFullWidth: (x: number) => boolean;
|
||||
declare const isWideNotCJKTNotEmoji: (x: number) => boolean;
|
||||
export { getCodePointsLength, isFullWidth, isWideNotCJKTNotEmoji };
|
||||
Reference in New Issue
Block a user