mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
[yeoman-generator] Adding options for generator
Adding property for options
This commit is contained in:
Vendored
+1
@@ -68,6 +68,7 @@ declare class Base extends EventEmitter {
|
||||
appname: string;
|
||||
config: Base.Storage;
|
||||
fs: Base.MemFsEditor;
|
||||
options: {};
|
||||
log(message?: string, context?: any): void;
|
||||
|
||||
argument(name: string, config: Base.ArgumentConfig): this;
|
||||
|
||||
Reference in New Issue
Block a user