UNPKG

170 BTypeScriptView Raw
1/**
2 * @module pkg-install
3 * @preferred
4 *
5 * Main entry point of the project
6 */
7export * from './install';
8export * from './package-manager';
9export * from './types';