UNPKG

@stacksjs/launchpad

Version:
6 lines 378 B
// Use ts-pkgx API to resolve all dependencies with proper version conflict resolution export declare function resolveAllDependencies(packages: string[]): Promise<string[]>; /** * Resolves and installs package dependencies recursively */ export declare function installDependencies(packageName: string, installPath: string, installedPackages?: Set<string>): Promise<string[]>;