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 (8 loc) 308 B
'use strict'; 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; } exports.getInquirer = getInquirer; //# sourceMappingURL=get-inquirer.js.map