UNPKG

create-strapi-app

Version:

Generate a new Strapi application.

4 lines 166 B
import type { Scope } from './types'; declare function createStrapi(scope: Scope): Promise<void>; export { createStrapi }; //# sourceMappingURL=create-strapi.d.ts.map