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.