UNPKG

274 BTypeScriptView Raw
1import type { PM } from './types.js';
2export declare function installPackages(cwd: string, packages: string[], dev: boolean): Promise<boolean>;
3export declare function getInstallCommand(pm: PM, packages: string[], dev: boolean): string;
4//# sourceMappingURL=install.d.ts.map
\No newline at end of file