UNPKG

@types/gulp-htmlmin

Version:
37 lines (26 loc) 1.24 kB
# Installation > `npm install --save @types/gulp-htmlmin` # Summary This package contains type definitions for gulp-htmlmin (https://github.com/jonschlinkert/gulp-htmlmin). # Details 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 /// <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).