@types/gulp-htmlmin
TypeScript icon, indicating that this package has built-in type declarations

1.3.36 • Public • Published

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

Credits

These definitions were written by Tanguy Krotoff.

/@types/gulp-htmlmin/

    Package Sidebar

    Install

    npm i @types/gulp-htmlmin

    Weekly Downloads

    4,978

    Version

    1.3.36

    License

    MIT

    Unpacked Size

    3.18 kB

    Total Files

    5

    Last publish

    Collaborators

    • types