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 254 B
type InquirerAPI = typeof import('inquirer').default; /** Loads Inquirer v9 via dynamic import (CJS-safe) and caches the default export. */ export declare function getInquirer(): Promise<InquirerAPI>; export {}; //# sourceMappingURL=get-inquirer.d.ts.map