UNPKG

installist

Version:
6 lines (5 loc) 150 B
export declare enum DepType { MAIN = 0, DEV = 1 } export declare function installist(packages: string[], dir: string, depType: DepType): any;