UNPKG

pnpm

Version:

A fast implementation of npm install

4 lines (3 loc) 245 B
import { DependenciesType } from './getSaveType'; import { InstalledPackage } from './install'; export default function save(pkgJsonPath: string, installedPackages: InstalledPackage[], saveType: DependenciesType, useExactVersion: boolean): any;