@types/caniuse-api
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -17,3 +17,3 @@ export const features: string[]; | ||
feature: string, | ||
browsers: string | ReadonlyArray<string>, | ||
browsers: string | readonly string[], | ||
): boolean; | ||
@@ -26,5 +26,5 @@ | ||
export function setBrowserScope( | ||
browserscope: string | ReadonlyArray<string>, | ||
browserscope: string | readonly string[], | ||
): void; | ||
export function getBrowserScope(): string[]; |
{ | ||
"name": "@types/caniuse-api", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "TypeScript definitions for caniuse-api", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/caniuse-api", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cf9af36d0995e97c81f725eebb234ac87bfd1f79c3b3c4f0f6530b4652f5d3cf", | ||
"typesPublisherContentHash": "14ee8f365324409f270dcf3d0dbd8247b73ad192d18aaf761707e502cd9f2544", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -27,3 +27,3 @@ # Installation | ||
feature: string, | ||
browsers: string | ReadonlyArray<string>, | ||
browsers: string | readonly string[], | ||
): boolean; | ||
@@ -36,3 +36,3 @@ | ||
export function setBrowserScope( | ||
browserscope: string | ReadonlyArray<string>, | ||
browserscope: string | readonly string[], | ||
): void; | ||
@@ -45,3 +45,3 @@ | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: none | ||
@@ -48,0 +48,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
4112