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

9 lines (7 loc) 283 B
let cached; /** Loads Inquirer v9 via dynamic import (CJS-safe) and caches the default export. */ async function getInquirer() { cached ?? (cached = import('inquirer').then((m)=>m.default)); return cached; } export { getInquirer }; //# sourceMappingURL=get-inquirer.mjs.map