mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
added return types on methods
This commit is contained in:
+3
-3
@@ -47,9 +47,9 @@ declare module yo {
|
||||
emit(event: string, ...args: any[]): boolean;
|
||||
|
||||
async(): any;
|
||||
prompt(opt?:IPromptOptions, callback?:(answers:any)=>void);
|
||||
log(message: string);
|
||||
npmInstall(packages: string[], options?);
|
||||
prompt(opt?:IPromptOptions, callback?:(answers:any)=>void) :void;
|
||||
log(message: string) : void;
|
||||
npmInstall(packages: string[], options?) :void;
|
||||
|
||||
appname: string;
|
||||
gruntfile: IGruntFileStatic;
|
||||
|
||||
Reference in New Issue
Block a user