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

8 lines 281 B
/** * Resolve module to package root for use in aliases. * Ensures pnpm's strict node_modules structure can resolve packages when bundling plugin chunks. * * @internal */ export declare const getModulePath: (mod: string) => string; //# sourceMappingURL=resolve-module.d.ts.map