@types/object-fit-images
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -6,9 +6,9 @@ // Type definitions for object-fit-images 3.2 | ||
export as namespace objectFillImages; | ||
export as namespace objectFitImages; | ||
export = objectFillImages; | ||
export = objectFitImages; | ||
declare function objectFillImages( | ||
declare function objectFitImages( | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
options?: { watchMQ?: boolean | undefined; skipTest?: boolean | undefined }, | ||
): void; |
{ | ||
"name": "@types/object-fit-images", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "TypeScript definitions for object-fit-images", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6d07c811046018525203aaf0c93822533280732510f5f0f421edab818df215c1", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2bb0680638466e1a979dc3d7bb012d6b0dd97cdbcf2f049a794a1d497f5ec976", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -16,7 +16,7 @@ # Installation | ||
export as namespace objectFillImages; | ||
export as namespace objectFitImages; | ||
export = objectFillImages; | ||
export = objectFitImages; | ||
declare function objectFillImages( | ||
declare function objectFitImages( | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
@@ -29,7 +29,7 @@ options?: { watchMQ?: boolean | undefined; skipTest?: boolean | undefined }, | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 18:51:43 GMT | ||
* Last updated: Mon, 04 Apr 2022 02:31:43 GMT | ||
* Dependencies: none | ||
* Global values: `objectFillImages` | ||
* Global values: `objectFitImages` | ||
# Credits | ||
These definitions were written by [Ranjit Singh](https://github.com/rann91). |
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
3637