UNPKG

@strapi/utils

Version:

Shared utilities for the Strapi packages

5 lines 271 B
type PreferredPM = typeof import('preferred-pm').preferredPM; /** Loads preferred-pm v5 via dynamic import (CJS-safe) and caches the named export. */ export declare function getPreferredPM(): Promise<PreferredPM>; export {}; //# sourceMappingURL=get-preferred-pm.d.ts.map