mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
test is ok
This commit is contained in:
3
types/gulp-postcss/index.d.ts
vendored
3
types/gulp-postcss/index.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
// Project: https://www.npmjs.com/package/gulp-postcss
|
||||
// Definitions by: Takesi Tokugawa <https://github.com/TokugawaTakesi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
/// <reference types="node"/>
|
||||
import Vinyl = require('vinyl');
|
||||
@@ -12,7 +13,7 @@ declare function GulpPostCss(callback?: (file: Vinyl) => { plugins?: string[], o
|
||||
|
||||
declare namespace GulpPostCss {
|
||||
interface Options {
|
||||
parser?: Object;
|
||||
parser?: any;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"gulp-tap-tests.ts"
|
||||
"gulp-postcss-tests.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user