UNPKG

@code-pushup/js-packages-plugin

Version:
4 lines (3 loc) 294 B
import type { PackageManagerId } from '../config.js'; export declare function derivePackageManagerInPackageJson(currentDir?: string): Promise<false | "npm" | "yarn-classic" | "yarn-modern" | "pnpm">; export declare function derivePackageManager(currentDir?: string): Promise<PackageManagerId>;