UNPKG

pnpm

Version:

A fast implementation of npm install

4 lines (3 loc) 209 B
import { PnpmOptions } from '../types'; export declare function prune(maybeOpts?: PnpmOptions): Promise<void>; export declare function prunePkgs(pkgsToPrune: string[], maybeOpts?: PnpmOptions): Promise<void>;