mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
last type error
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ declare module yo {
|
||||
async(): any;
|
||||
prompt(opt?:IPromptOptions, callback?:(answers:any)=>void) :void;
|
||||
log(message: string) : void;
|
||||
npmInstall(packages: string[], options?) :void;
|
||||
npmInstall(packages: string[], options?:any) :void;
|
||||
|
||||
appname: string;
|
||||
gruntfile: IGruntFileStatic;
|
||||
|
||||
Reference in New Issue
Block a user