@types/web
Advanced tools
Comparing version 0.0.140 to 0.0.141
@@ -73,2 +73,5 @@ ///////////////////////////// | ||
interface CustomStateSet extends Set<string> { | ||
} | ||
interface DOMRectList { | ||
@@ -75,0 +78,0 @@ [Symbol.iterator](): IterableIterator<DOMRect>; |
{ | ||
"name": "@types/web", | ||
"version": "0.0.140", | ||
"version": "0.0.141", | ||
"description": "Types for the DOM, and other web technologies in browsers", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -50,2 +50,2 @@ ### `@types/web` - Types for the DOM and most web-related APIs | ||
You can read what changed in version 0.0.140 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.140. | ||
You can read what changed in version 0.0.141 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.141. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1361717
27167