DefinitelyTyped/types/gulp-csso/index.d.ts
2017-03-24 14:27:52 -07:00

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;