mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
11
node_modules/css-selector-parser/dist/cjs/utils.d.ts
generated
vendored
Normal file
11
node_modules/css-selector-parser/dist/cjs/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare function isIdentStart(c: string): boolean;
|
||||
export declare function isIdent(c: string): boolean;
|
||||
export declare function isHex(c: string): boolean;
|
||||
export declare const identEscapeChars: Record<string, boolean>;
|
||||
export declare const stringRenderEscapeChars: Record<string, boolean>;
|
||||
export declare const whitespaceChars: Record<string, boolean>;
|
||||
export declare const quoteChars: Record<string, boolean>;
|
||||
export declare const digitsChars: Record<string, boolean>;
|
||||
export declare const maxHexLength = 6;
|
||||
export declare function escapeIdentifier(s: string): string;
|
||||
export declare function escapeString(s: string): string;
|
||||
Reference in New Issue
Block a user