including-modules
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
export type Dependencies = {
|
||||
resolved: Map<string, string>;
|
||||
};
|
||||
export declare function installDependencies(baseDir: string, deps: any, dev?: boolean): Promise<void>;
|
||||
Reference in New Issue
Block a user