@types/rox-browser
Advanced tools
Comparing version 4.8.8 to 4.8.9
@@ -159,3 +159,3 @@ /** | ||
export class Variant<T extends string = string> { | ||
constructor(defaultValue: T, options: ReadonlyArray<T>, name?: string); | ||
constructor(defaultValue: T, options: readonly T[], name?: string); | ||
@@ -266,2 +266,2 @@ // The name of the Variant | ||
export const flags: ReadonlyArray<Flag>; | ||
export const flags: readonly Flag[]; |
{ | ||
"name": "@types/rox-browser", | ||
"version": "4.8.8", | ||
"version": "4.8.9", | ||
"description": "TypeScript definitions for rox-browser", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rox-browser", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "92d7f8da29ecf1a84fdf7047acbc854e01686038b6bcb7dc1c9a3c323b6a5bbc", | ||
"typesPublisherContentHash": "97abef5e64ed4faf70165645a2b4896c3637ce452a9733161a41b1da041da0b1", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
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
12349