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

0.0.5 • Public • Published

Installation

npm install --save @types/gulp-html-prettify

Summary

This package contains type definitions for gulp-html-prettify (https://www.npmjs.com/package/gulp-html-prettify).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-html-prettify.

index.d.ts

/// <reference types="node"/>

interface GulpHtmlPrettifyOptions {
    indent_char?: string | undefined;
    indent_size?: number | undefined;
}

interface GulpHtmlPrettify {
    (options?: GulpHtmlPrettifyOptions): NodeJS.ReadWriteStream;
}

declare var gulpHtmlPrettify: GulpHtmlPrettify;
export = gulpHtmlPrettify;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by .

/@types/gulp-html-prettify/

    Package Sidebar

    Install

    npm i @types/gulp-html-prettify

    Weekly Downloads

    68

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    3.14 kB

    Total Files

    5

    Last publish

    Collaborators

    • types