diff --git a/core-js/index.d.ts b/core-js/index.d.ts index 39eb9b9f39..0bbe4974ae 100644 --- a/core-js/index.d.ts +++ b/core-js/index.d.ts @@ -324,7 +324,7 @@ interface Log extends Console { /** * Non-standard. */ -declare const log: Log; +declare var log: Log; // ############################################################################################# // Dict - https://github.com/zloirock/core-js/#dict @@ -371,7 +371,7 @@ interface DictConstructor { /** * Non-standard. */ -declare const Dict: DictConstructor; +declare var Dict: DictConstructor; // ############################################################################################# // Partial application - https://github.com/zloirock/core-js/#partial-application