astro-ghostcms/.pnpm-store/v3/files/93/b3f5c3783cc872c2284871cc2e3...

4 lines
150 B
Plaintext

export = preferredPM
declare function preferredPM (pkgPath: string): Promise<{ name: 'npm' | 'pnpm' | 'yarn' | 'bun', version: string } | undefined>