UNPKG

@strapi/strapi

Version:

An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite

5 lines 261 B
import { Command } from 'commander'; declare const createCLI: (argv: string[], command?: Command) => Promise<Command>; declare const runCLI: (argv?: string[], command?: Command) => Promise<void>; export { runCLI, createCLI }; //# sourceMappingURL=index.d.ts.map