@osovitny/anatoly 3.20.11 → 3.20.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -191,8 +191,8 @@ interface ICurrentApp {
|
|
|
191
191
|
declare function getCurrentApp(): ICurrentApp;
|
|
192
192
|
declare const AppSettings: any;
|
|
193
193
|
|
|
194
|
-
declare const AppCoreSettings: any;
|
|
195
194
|
declare function formatUrl(url: string): string;
|
|
195
|
+
declare let AppCoreSettings: any;
|
|
196
196
|
declare const AppVersion: string;
|
|
197
197
|
declare const IsDevMode: boolean;
|
|
198
198
|
declare const IsProdMode: boolean;
|