mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
mistake found and fixed
This commit is contained in:
parent
805bc861a6
commit
f37d692cb1
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user