UNPKG

186 BTypeScriptView Raw
1declare function generate(gulp: any, config: any, gulptraum: any): void;
2export declare const command: {
3 generate: typeof generate;
4 name: string;
5 help: string;
6};
7export {};