mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:29:31 +08:00
16 lines
No EOL
470 B
Text
16 lines
No EOL
470 B
Text
export declare const TYPE: Readonly<{
|
|
eslintImplicitGlobalSetting: "readonly";
|
|
isTypeVariable: true;
|
|
isValueVariable: false;
|
|
}>;
|
|
export declare const VALUE: Readonly<{
|
|
eslintImplicitGlobalSetting: "readonly";
|
|
isTypeVariable: false;
|
|
isValueVariable: true;
|
|
}>;
|
|
export declare const TYPE_VALUE: Readonly<{
|
|
eslintImplicitGlobalSetting: "readonly";
|
|
isTypeVariable: true;
|
|
isValueVariable: true;
|
|
}>;
|
|
//# sourceMappingURL=base-config.d.ts.map |