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

2.5.4 • Public • Published

Installation

npm install --save @types/gulp-strip-comments

Summary

This package contains type definitions for gulp-strip-comments (https://github.com/RnbWd/gulp-strip-comments).

Details

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

index.d.ts

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

declare namespace stripComments {
    interface StripOptions {
        safe?: boolean | undefined;
        ignore?: RegExp | RegExp[] | undefined;
        space?: boolean | undefined;
        trim?: boolean | undefined;
    }

    interface Strip {
        (options?: StripOptions): NodeJS.ReadWriteStream;
        text(options?: StripOptions): NodeJS.ReadWriteStream;
        html(options?: StripOptions): NodeJS.ReadWriteStream;
        getEOL(): string;
    }
}

declare const strip: stripComments.Strip;

export = strip;

Additional Details

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

Credits

These definitions were written by Aqours.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-strip-comments

Weekly Downloads

815

Version

2.5.4

License

MIT

Unpacked Size

3.8 kB

Total Files

5

Last publish

Collaborators

  • types