@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-clean-css

Weekly Downloads

6,293

Version

4.3.4

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • types