@types/window-or-global
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ // Type definitions for window-or-global 1.0 | ||
declare const _: typeof self | typeof global; | ||
declare const _: typeof globalThis & (typeof self | typeof global); | ||
export = _; |
{ | ||
"name": "@types/window-or-global", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for window-or-global", | ||
@@ -26,5 +26,5 @@ "license": "MIT", | ||
"typesVersions": { | ||
">=3.4.0-0": { | ||
"<=3.3": { | ||
"*": [ | ||
"ts3.4/*" | ||
"ts3.3/*" | ||
] | ||
@@ -42,4 +42,4 @@ } | ||
}, | ||
"typesPublisherContentHash": "08bf10dfe40917103093c923843591b756d063e6ccbca1082f0258b4612ac047", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "ae1df3df3b4a0af8debcf1b86c8045dd0e679d904e4a6e8c98b0b49bba4f430b", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 21 May 2020 20:08:59 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node](https://npmjs.com/package/@types/node) | ||
* Last updated: Tue, 01 Sep 2020 20:30:59 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
3507
-1.63%