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

11 lines 406 B
/// <reference types="jest" /> /** * inquirer v9+ is ESM-only; Jest resolves it here via moduleNameMapper in jest.config.js. * Override per test with jest.spyOn(inquirer, 'prompt') or prompt.mockResolvedValue(...). */ export declare const prompt: jest.Mock<any, any, any>; declare const _default: { prompt: jest.Mock<any, any, any>; }; export default _default; //# sourceMappingURL=inquirer.d.ts.map