@types/web
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -144,3 +144,3 @@ ///////////////////////////// | ||
interface MimeTypeArray { | ||
[Symbol.iterator](): IterableIterator<any>; | ||
[Symbol.iterator](): IterableIterator<MimeType>; | ||
} | ||
@@ -190,7 +190,7 @@ | ||
interface Plugin { | ||
[Symbol.iterator](): IterableIterator<undefined>; | ||
[Symbol.iterator](): IterableIterator<MimeType>; | ||
} | ||
interface PluginArray { | ||
[Symbol.iterator](): IterableIterator<any>; | ||
[Symbol.iterator](): IterableIterator<Plugin>; | ||
} | ||
@@ -197,0 +197,0 @@ |
{ | ||
"name": "@types/web", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Types for the DOM, and other web technologies in browsers", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"domLibGeneratorSha": "c98084e" | ||
"domLibGeneratorSha": "d5ac135" | ||
} |
@@ -5,3 +5,3 @@ ### `@types/web` - Types for the DOM and most web-related APIs | ||
The APIs inside `@types/web` are generated from the specifications for CSS, HTML and JavaScript. Given the size and state of constant change in web browsers, `@types/web` only has APIs which have passed a certain level of standardization and are available in at least two different browser engines. | ||
The APIs inside `@types/web` are [generated from](https://github.com/microsoft/TypeScript-DOM-lib-generator/) the specifications for CSS, HTML and JavaScript. Given the size and state of constant change in web browsers, `@types/web` only has APIs which have passed a certain level of standardization and are available in at least two of the most popular browser engines. | ||
@@ -34,2 +34,2 @@ `@types/web` is also included inside TypeScript, available as `dom` in the [`lib`](https://www.typescriptlang.org/tsconfig#lib) section and included in projects by default. By using `@types/web` you can lock your the web APIs used in your projects, easing the process of updating TypeScript and offering more control in your environment. | ||
You can read what changed in version 0.0.8 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.8. | ||
You can read what changed in version 0.0.9 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.9. |
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
805965
17655