mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
added async,prompt and appname
This commit is contained in:
+5
@@ -43,6 +43,11 @@ declare module yo {
|
||||
setMaxListeners(n: number): void;
|
||||
listeners(event: string): Function[];
|
||||
emit(event: string, ...args: any[]): boolean;
|
||||
|
||||
async(): any;
|
||||
prompt(opt?, callback?);
|
||||
|
||||
appname:string;
|
||||
}
|
||||
|
||||
export interface IArgumentConfig {
|
||||
|
||||
Reference in New Issue
Block a user