@types/gulp-clean-css

  • Version 4.3.4
  • Published
  • 3.65 kB
  • 2 dependencies
  • MIT license

Install

npm i @types/gulp-clean-css
yarn add @types/gulp-clean-css
pnpm add @types/gulp-clean-css

Overview

TypeScript definitions for gulp-clean-css

Index

Functions

function GulpCleanCss

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

    Interfaces

    interface Details

    interface Details {}

      property errors

      errors: Output['errors'];

        property name

        name: string;

          property path

          path: string;

            property stats

            stats: Output['stats'];

              property warnings

              warnings: Output['warnings'];

                Package Files (1)

                Dependencies (2)

                Dev Dependencies (0)

                No dev dependencies.

                Peer Dependencies (0)

                No peer dependencies.

                Badge

                To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/gulp-clean-css.

                • Markdown
                  [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/gulp-clean-css)
                • HTML
                  <a href="https://www.jsdocs.io/package/@types/gulp-clean-css"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>