UNPKG

pnpm

Version:

A fast implementation of npm install

7 lines (6 loc) 160 B
export * from './install'; export * from './link'; export * from './prune'; export * from './cache'; import uninstall from './uninstall'; export { uninstall };