UNPKG

@vortex.so/cli

Version:

CLI to interact with Vortex.

3 lines (2 loc) 161 B
export declare function getPackageManager(root: string): "yarn" | "npm" | "pnpm" | null; export declare function getPackageManagerVersion(name: string): string;