@types/gulp-htmlmin
Advanced tools
Comparing version 1.3.32 to 1.3.33
{ | ||
"name": "@types/gulp-htmlmin", | ||
"version": "1.3.32", | ||
"version": "1.3.33", | ||
"description": "TypeScript definitions for gulp-htmlmin", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin", | ||
"license": "MIT", | ||
@@ -14,5 +15,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/gulp-htmlmin" | ||
}, | ||
@@ -24,4 +27,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d3c872c296057d028a2dc888ac5939e39ff2a3fd5b64df7c3cb03d7efb91426b", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "bd5cd2f86938ae25e7749e5fa85b04191ff55f2690c36020fc38645b772feaef", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -8,10 +8,30 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-htmlmin/index.d.ts) | ||
````ts | ||
// Type definitions for gulp-htmlmin v1.3.0 | ||
// Project: https://github.com/jonschlinkert/gulp-htmlmin | ||
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
Additional Details | ||
* Last updated: Thu, 22 Mar 2018 21:28:49 GMT | ||
* Dependencies: html-minifier, node | ||
/// <reference types="node" /> | ||
import * as HTMLMinifier from 'html-minifier'; | ||
declare namespace htmlmin { | ||
} | ||
declare function htmlmin(options?: HTMLMinifier.Options): NodeJS.ReadWriteStream; | ||
export = htmlmin; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 10 May 2023 21:03:30 GMT | ||
* Dependencies: [@types/html-minifier](https://npmjs.com/package/@types/html-minifier), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>. | ||
These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3729
0
37