Socket
Socket
Sign inDemoInstall

@types/gulp-html-prettify

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gulp-html-prettify

TypeScript definitions for npm i gulp-html-prettify


Version published
Maintainers
1
Weekly downloads
66
decreased by-13.16%

Weekly downloads

Readme

Source

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.

FAQs

Last updated on 23 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc