8.0.6 • Published 6 months ago

@types/gulp-postcss v8.0.6

Weekly downloads
29,004
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for gulp-postcss 8.0
// Project: https://github.com/postcss/gulp-postcss
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

/// <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 DefinitelyTyped.

8.0.5

7 months ago

8.0.4

8 months ago

8.0.6

6 months ago

8.0.3

1 year ago

8.0.2

2 years ago

8.0.1

3 years ago

8.0.0

5 years ago