UNPKG

@strapi/generators

Version:

Interactive API generator.

6 lines 291 B
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