mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-16 16:44:46 +01:00
3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
export = preferredPM
|
|
|
|
declare function preferredPM (pkgPath: string): Promise<{ name: 'npm' | 'pnpm' | 'yarn', version: string } | undefined>
|