UNPKG

pnpm

Version:

A fast implementation of npm install

3 lines (2 loc) 166 B
import { DependenciesType } from './getSaveType'; export default function (pkgJsonPath: string, removedPackages: string[], saveType: DependenciesType): Promise<any>;