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

4.0.5 • Public • Published

Installation

npm install --save @types/gulp-csso

Summary

This package contains type definitions for gulp-csso (https://github.com/ben-eb/gulp-csso).

Details

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

index.d.ts

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

declare function csso(options?: boolean | csso.Options): NodeJS.ReadWriteStream;

declare namespace csso {
    interface Options {
        sourceMap?: boolean | undefined;
        restructure?: boolean | undefined;
        debug?: boolean | undefined;
    }
}

export = csso;

Additional Details

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

Credits

These definitions were written by Tanguy Krotoff.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gulp-csso

    Weekly Downloads

    2,163

    Version

    4.0.5

    License

    MIT

    Unpacked Size

    3.23 kB

    Total Files

    5

    Last publish

    Collaborators

    • types