@types/sharedworker 0.0.225 → 0.0.226

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,4 +29,4 @@ This project does not respect semantic versioning as almost every change could p
29
29
 
30
30
  ## Deploy Metadata
31
31
 
32
- You can read what changed in version 0.0.225 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.225.
32
+ You can read what changed in version 0.0.226 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.226.
package/index.d.ts CHANGED
@@ -12595,8 +12595,13 @@ declare namespace WebAssembly {
12595
12595
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
12596
12596
  */
12597
12597
  interface Global<T extends ValueType = ValueType> {
12598
- /** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12598
+ /**
12599
+ * The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12600
+ *
12601
+ * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12602
+ */
12599
12603
  value: ValueTypeMap[T];
12604
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
12600
12605
  valueOf(): ValueTypeMap[T];
12601
12606
  }
12602
12607
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/sharedworker",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "description": "Types for the global scope of Shared Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -12592,8 +12592,13 @@ declare namespace WebAssembly {
12592
12592
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
12593
12593
  */
12594
12594
  interface Global<T extends ValueType = ValueType> {
12595
- /** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12595
+ /**
12596
+ * The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12597
+ *
12598
+ * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12599
+ */
12596
12600
  value: ValueTypeMap[T];
12601
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
12597
12602
  valueOf(): ValueTypeMap[T];
12598
12603
  }
12599
12604
 
package/ts5.6/index.d.ts CHANGED
@@ -12592,8 +12592,13 @@ declare namespace WebAssembly {
12592
12592
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
12593
12593
  */
12594
12594
  interface Global<T extends ValueType = ValueType> {
12595
- /** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12595
+ /**
12596
+ * The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12597
+ *
12598
+ * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12599
+ */
12596
12600
  value: ValueTypeMap[T];
12601
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
12597
12602
  valueOf(): ValueTypeMap[T];
12598
12603
  }
12599
12604
 
package/ts5.9/index.d.ts CHANGED
@@ -12592,8 +12592,13 @@ declare namespace WebAssembly {
12592
12592
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
12593
12593
  */
12594
12594
  interface Global<T extends ValueType = ValueType> {
12595
- /** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
12595
+ /**
12596
+ * The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
12597
+ *
12598
+ * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
12599
+ */
12596
12600
  value: ValueTypeMap[T];
12601
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
12597
12602
  valueOf(): ValueTypeMap[T];
12598
12603
  }
12599
12604