UNPKG

pnpm

Version:

A fast implementation of npm install

3 lines (2 loc) 170 B
import { InstalledPackage } from '.'; export default function createFlatTree(store: string, root: string, currentDepth: number, pkgs: InstalledPackage[]): Promise<void>;