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 236 B
/** * @description Supports the following managers: * – npm * – yarn * – pnpm */ declare const getPackageManager: () => "yarn" | "pnpm" | "npm" | undefined; export { getPackageManager }; //# sourceMappingURL=managers.d.ts.map