@types/object-fit-images
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -11,4 +11,4 @@ // Type definitions for object-fit-images 3.2 | ||
declare function objectFillImages( | ||
images: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
options?: { watchMQ?: boolean; skipTest?: boolean }, | ||
): void; |
{ | ||
"name": "@types/object-fit-images", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "TypeScript definitions for object-fit-images", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images", | ||
"license": "MIT", | ||
@@ -22,4 +23,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7430e832dc55853dbd95130a546656a26e67879fea95c17169b993c916fa89b2", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "8cc86d1c2ed4ca77dd12b5b0efbed49cfb4945d7a244d5b5e253871d3528ee97", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -9,5 +9,22 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-fit-images/index.d.ts) | ||
````ts | ||
// Type definitions for object-fit-images 3.2 | ||
// Project: https://github.com/bfred-it/object-fit-images#readme | ||
// Definitions by: Ranjit Singh <https://github.com/rann91> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace objectFillImages; | ||
export = objectFillImages; | ||
declare function objectFillImages( | ||
images?: string | HTMLElement | HTMLElement[] | NodeList | null, | ||
options?: { watchMQ?: boolean; skipTest?: boolean }, | ||
): void; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 22 Jan 2020 00:16:05 GMT | ||
* Last updated: Mon, 28 Jun 2021 02:31:13 GMT | ||
* Dependencies: none | ||
@@ -17,2 +34,2 @@ * Global values: `objectFillImages` | ||
# Credits | ||
These definitions were written by Ranjit Singh (https://github.com/rann91). | ||
These definitions were written by [Ranjit Singh](https://github.com/rann91). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3596
0
34