@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

VersionDownloads (Last 7 Days)Tag
4.3.47,183ts5.8
4.3.47,183ts5.7
4.3.47,183latest
4.3.47,183ts4.5
4.3.47,183ts4.6
4.3.47,183ts4.7
4.3.47,183ts4.8
4.3.47,183ts4.9
4.3.47,183ts5.0
4.3.47,183ts5.1
4.3.47,183ts5.2
4.3.47,183ts5.3
4.3.47,183ts5.4
4.3.47,183ts5.5
4.3.47,183ts5.9
4.3.47,183ts5.6
4.3.47,183ts6.0
4.3.168ts4.3
4.3.168ts4.4
4.3.055ts3.3
4.3.055ts3.4
4.3.055ts3.5
4.3.055ts3.6
4.3.055ts3.7
4.3.055ts3.8
4.3.055ts3.9
4.3.055ts4.0
4.3.055ts4.1
4.3.055ts4.2

Version History

VersionDownloads (Last 7 Days)Published
4.3.47,183
4.3.31
4.3.20
4.3.168
4.3.055

Package Sidebar

Install

npm i @types/gulp-clean-css

Weekly Downloads

7,307

Version

4.3.4

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types