UNPKG

pkg-install

Version:

A wrapper making installation of Node.js packages from code easier

10 lines (9 loc) 170 B
/** * @module pkg-install * @preferred * * Main entry point of the project */ export * from './install'; export * from './package-manager'; export * from './types';