mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
376 B
TypeScript
12 lines
376 B
TypeScript
// Type definitions for gulp-csso v1.0.0
|
|
// Project: https://github.com/ben-eb/gulp-csso
|
|
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="node" />
|
|
|
|
|
|
declare function csso(structureMinimization?: boolean): NodeJS.ReadWriteStream;
|
|
declare namespace csso { }
|
|
export = csso;
|