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

8.0.6 • Public • Published

Installation

npm install --save @types/gulp-postcss

Summary

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

Details

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

index.d.ts

/// <reference types="node"/>
import Vinyl = require("vinyl");

declare function GulpPostCss(plugins?: any[], options?: GulpPostCss.Options): NodeJS.ReadWriteStream;
declare function GulpPostCss(
    callback?: (file: Vinyl) => { plugins?: any[] | undefined; options?: GulpPostCss.Options | undefined },
): NodeJS.ReadWriteStream;

declare namespace GulpPostCss {
    interface Options {
        parser?: any;
    }
}

export = GulpPostCss;

Additional Details

Credits

These definitions were written by .

Dependents (1)

Package Sidebar

Install

npm i @types/gulp-postcss

Weekly Downloads

10,535

Version

8.0.6

License

MIT

Unpacked Size

3.41 kB

Total Files

5

Last publish

Collaborators

  • types