@types/imagemagick
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -15,3 +15,3 @@ // Type definitions for imagemagick | ||
export declare function identify(path: any[], callback: (err: Error, result: string) => void): child_process.ChildProcess; | ||
export declare module identify { | ||
export declare namespace identify { | ||
export var path: string; | ||
@@ -23,3 +23,3 @@ } | ||
export declare function convert(args: any, timeout: number, callback: (err: Error, result: any) => void): child_process.ChildProcess; | ||
export declare module convert { | ||
export declare namespace convert { | ||
export var path: string; | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "@types/imagemagick", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "TypeScript definitions for imagemagick", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imagemagick", | ||
}, | ||
"typesPublisherContentHash": "9b88c4e7e4fda96242559f9ba7fecfe04906e915034128446c71f185eab9bbf1", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "eedcdfac8393cb80d647ee166587d298f740885e9aab7313c636987e7bd79832", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -25,3 +25,3 @@ # Installation | ||
export declare function identify(path: any[], callback: (err: Error, result: string) => void): child_process.ChildProcess; | ||
export declare module identify { | ||
export declare namespace identify { | ||
export var path: string; | ||
@@ -33,3 +33,3 @@ } | ||
export declare function convert(args: any, timeout: number, callback: (err: Error, result: any) => void): child_process.ChildProcess; | ||
export declare module convert { | ||
export declare namespace convert { | ||
export var path: string; | ||
@@ -75,3 +75,3 @@ } | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 14:23:08 GMT | ||
* Last updated: Fri, 25 Aug 2023 17:33:44 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -78,0 +78,0 @@ * Global values: none |
7451