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
Weekly downloads
60
decreased by-18.92%
Maintainers
1
Install size
1.54 MB
Created
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: Takesi Tokugawa <https://github.com/TokugawaTakesi>
// 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, 08 Jul 2021 12:02:38 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Takesi Tokugawa.

FAQs

Last updated on 08 Jul 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