6 lines
291 B
TypeScript
6 lines
291 B
TypeScript
export declare const runCLI: () => Promise<void>;
|
|
export declare const generate: <T extends Record<string, any>>(generatorName: string, options: T, { dir, plopFile }?: {
|
|
dir?: string | undefined;
|
|
plopFile?: string | undefined;
|
|
}) => Promise<void>;
|
|
//# sourceMappingURL=index.d.ts.map
|