mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
mistake found and fixed
This commit is contained in:
2
types/gulp-postcss/index.d.ts
vendored
2
types/gulp-postcss/index.d.ts
vendored
@@ -8,7 +8,7 @@
|
||||
import Vinyl = require('vinyl');
|
||||
|
||||
declare function GulpPostCss(plugins?: any[], options?: GulpPostCss.Options): NodeJS.ReadWriteStream;
|
||||
declare function GulpPostCss(callback?: (file: Vinyl) => { plugins?: string[], options?: GulpPostCss.Options }):
|
||||
declare function GulpPostCss(callback?: (file: Vinyl) => { plugins?: any[], options?: GulpPostCss.Options }):
|
||||
NodeJS.ReadWriteStream;
|
||||
|
||||
declare namespace GulpPostCss {
|
||||
|
||||
Reference in New Issue
Block a user