@types/clean-css
Advanced tools
Comparing version 4.2.6 to 4.2.7
@@ -8,4 +8,4 @@ // Type definitions for clean-css 4.2 | ||
import { RequestOptions as HttpRequestOptions } from "http"; | ||
import { RequestOptions as HttpsRequestOptions } from "https"; | ||
import { RequestOptions as HttpRequestOptions } from "http"; | ||
@@ -27,3 +27,10 @@ import { RawSourceMap, SourceMapGenerator } from "source-map"; | ||
*/ | ||
fetch?: ((uri: string, inlineRequest: HttpRequestOptions | HttpsRequestOptions, inlineTimeout: number, done: (message: string | number, body: string) => void) => void) | undefined; | ||
fetch?: | ||
| (( | ||
uri: string, | ||
inlineRequest: HttpRequestOptions | HttpsRequestOptions, | ||
inlineTimeout: number, | ||
done: (message: string | number, body: string) => void, | ||
) => void) | ||
| undefined; | ||
@@ -172,3 +179,3 @@ /** | ||
*/ | ||
colors?: boolean | undefined, | ||
colors?: boolean | undefined; | ||
@@ -644,3 +651,7 @@ /** | ||
minify(sources: Sources, callback?: (error: any, output: Output) => void): Output; | ||
minify(sources: Sources, sourceMap: RawSourceMap | string, callback?: (error: any, output: Output) => void): Output; | ||
minify( | ||
sources: Sources, | ||
sourceMap: RawSourceMap | string, | ||
callback?: (error: any, output: Output) => void, | ||
): Output; | ||
} | ||
@@ -661,3 +672,3 @@ /** | ||
*/ | ||
returnPromise: true | ||
returnPromise: true; | ||
}; | ||
@@ -672,3 +683,3 @@ | ||
*/ | ||
returnPromise?: false | undefined | ||
returnPromise?: false | undefined; | ||
}; | ||
@@ -675,0 +686,0 @@ |
{ | ||
"name": "@types/clean-css", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"description": "TypeScript definitions for clean-css", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clean-css", | ||
}, | ||
"typesPublisherContentHash": "6d90db323e318cd6c1aa9315f54cc34b03e4e4ca27b3d235f3460fad1af3d187", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "9f75ff8115b602f67c9ad8cd1d2ecf019fec4a7ab75d44224f4ffc84327e062b", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 21 Sep 2022 20:02:43 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:40:51 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/source-map](https://npmjs.com/package/@types/source-map) | ||
@@ -14,0 +14,0 @@ * Global values: none |
25549
592