UNPKG

@strapi/generate-new

Version:

Generate a new Strapi application.

8 lines 266 B
import type { Scope, NewOptions } from '../types'; interface Options { scope: Scope; args: Partial<NewOptions>; } export default function parseDatabaseArguments({ scope, args }: Options): undefined; export {}; //# sourceMappingURL=parse-db-arguments.d.ts.map