UNPKG

@rnm/pm

Version:

Unified Package Manager for Node.js

4 lines 336 B
import type { DetectResult } from "./utils/detector.ts"; export declare function run(detectResult: DetectResult | undefined, args: string[], execute?: boolean): Promise<number>; export declare function getMsg(detectResult: DetectResult | undefined, args: string[], execute?: boolean): Promise<string>; //# sourceMappingURL=base.d.ts.map