@types/es6-shim
Advanced tools
Comparing version 0.31.39 to 0.31.40
{ | ||
"name": "@types/es6-shim", | ||
"version": "0.31.39", | ||
"version": "0.31.40", | ||
"description": "TypeScript definitions for es6-shim", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
@@ -25,8 +25,9 @@ ">=3.1.0-0": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/es6-shim" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d5b5453185b69b1afa3b0af48d59d50566c474863f27edd7b104ef92031a5226", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "057161e8de88e17d5b5c7b3d845531254254f4c77cccae136c7bbf370e9bac25", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/es6-shim | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/es6-shim. | ||
Additional Details | ||
* Last updated: Thu, 08 Nov 2018 19:19:12 GMT | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:20 GMT | ||
* Dependencies: none | ||
* Global values: Map, Promise, Reflect, Set, WeakMap, WeakSet | ||
* Global values: `Map`, `Promise`, `Reflect`, `Set`, `WeakMap`, `WeakSet` | ||
# Credits | ||
These definitions were written by Ron Buckton <https://github.com/rbuckton>. | ||
These definitions were written by [Ron Buckton](https://github.com/rbuckton). |
Sorry, the diff of this file is not supported yet
51174