0.0.5 • Published 2 years ago
@types/gulp-html-prettify v0.0.5
Installation
npm install --save @types/gulp-html-prettify
Summary
This package contains type definitions for npm i 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
// Type definitions for npm i gulp-html-prettify 0.0
// Project: https://www.npmjs.com/package/gulp-html-prettify
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <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: Thu, 23 Dec 2021 23:34:45 GMT
- Dependencies: @types/node
- Global values: none
Credits
These definitions were written by DefinitelyTyped.