mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+2
-2
@@ -8,7 +8,7 @@
|
||||
/// To add plugins update the IGruntConfig using open ended interface syntax
|
||||
////////////////
|
||||
interface IGruntConfig{
|
||||
pkg: any;
|
||||
pkg?: any;
|
||||
}
|
||||
|
||||
////////////////
|
||||
@@ -162,4 +162,4 @@ interface IGruntFileObject{
|
||||
////////////////
|
||||
declare var module : {
|
||||
exports: {(grunt: IGrunt): void;};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user