UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

13 lines (10 loc) 413 B
// 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 path="../node/node.d.ts" /> declare module 'gulp-csso' { function csso(structureMinimization?: boolean): NodeJS.ReadWriteStream; namespace csso {} export = csso; }