@types/imagemin
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
*/ | ||
declare function imagemin(input: ReadonlyArray<string>, options?: Options): Promise<Result[]>; | ||
declare function imagemin(input: readonly string[], options?: Options): Promise<Result[]>; | ||
@@ -20,3 +20,3 @@ declare namespace imagemin { | ||
destination?: string | undefined; | ||
plugins: ReadonlyArray<Plugin>; | ||
plugins: readonly Plugin[]; | ||
glob?: boolean | undefined; | ||
@@ -32,5 +32,5 @@ } | ||
export interface BufferOptions { | ||
plugins: ReadonlyArray<Plugin>; | ||
plugins: readonly Plugin[]; | ||
} | ||
export default imagemin; |
{ | ||
"name": "@types/imagemin", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"description": "TypeScript definitions for imagemin", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemin", | ||
}, | ||
"typesPublisherContentHash": "c4fc2e2143a383a75f5883ba51d832a14c6b437888067343a4b51fa67d0c6333", | ||
"typesPublisherContentHash": "43b680a715d12566c388816d94ef3d408c3dc5fa9f830387fbaed37246cf4b9a", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,3 +16,3 @@ # Installation | ||
*/ | ||
declare function imagemin(input: ReadonlyArray<string>, options?: Options): Promise<Result[]>; | ||
declare function imagemin(input: readonly string[], options?: Options): Promise<Result[]>; | ||
@@ -30,3 +30,3 @@ declare namespace imagemin { | ||
destination?: string | undefined; | ||
plugins: ReadonlyArray<Plugin>; | ||
plugins: readonly Plugin[]; | ||
glob?: boolean | undefined; | ||
@@ -42,3 +42,3 @@ } | ||
export interface BufferOptions { | ||
plugins: ReadonlyArray<Plugin>; | ||
plugins: readonly Plugin[]; | ||
} | ||
@@ -51,3 +51,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -54,0 +54,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
4172