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

4.3.4 • Public • Published

Installation

npm install --save @types/gulp-clean-css

Summary

This package contains type definitions for gulp-clean-css (https://github.com/scniro/gulp-clean-css#readme).

Details

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

index.d.ts

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

import { Options, Output } from "clean-css";

declare namespace GulpCleanCss {
    interface Details {
        stats: Output["stats"];
        errors: Output["errors"];
        warnings: Output["warnings"];
        path: string;
        name: string;
    }
}

declare function GulpCleanCss(
    options?: Options,
    callback?: (details: GulpCleanCss.Details) => void,
): NodeJS.ReadWriteStream;

export = GulpCleanCss;

Additional Details

Credits

These definitions were written by tqma.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.3.4
    6,588
  • 4.3.3
    19
  • 4.3.2
    3
  • 4.3.1
    356
  • 4.3.0
    216

Package Sidebar

Install

npm i @types/gulp-clean-css

Weekly Downloads

5,856

Version

4.3.4

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types