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
/// <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: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/html-minifier, @types/node
Credits
These definitions were written by Tanguy Krotoff.