Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
14
Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/unicode-alias.d.ts
generated
vendored
Normal file
14
Frontend-Learner/node_modules/eslint-plugin-regexp/dist/utils/unicode-alias.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export declare class AliasMap {
|
||||
private readonly toShortMap;
|
||||
private readonly toLongMap;
|
||||
constructor({ shortToLong, otherToLong, }: {
|
||||
shortToLong: Record<string, string>;
|
||||
otherToLong: Record<string, string>;
|
||||
});
|
||||
toShort(key: string): string;
|
||||
toLong(key: string): string;
|
||||
}
|
||||
export declare const UNICODE_CATEGORY_ALIAS: AliasMap;
|
||||
export declare const UNICODE_BINARY_PROPERTY_ALIAS: AliasMap;
|
||||
export declare const UNICODE_GENERAL_CATEGORY_ALIAS: AliasMap;
|
||||
export declare const UNICODE_SCRIPT_ALIAS: AliasMap;
|
||||
Loading…
Add table
Add a link
Reference in a new issue