verdaccio
Version:
A lightweight private npm proxy registry
11 lines (10 loc) • 308 B
TypeScript
import { Package } from '@verdaccio/types';
/**
* Function gets a local info and an info from uplinks and tries to merge it
exported for unit tests only.
* @param {*} local
* @param {*} up
* @param {*} config
* @static
*/
export declare function mergeVersions(local: Package, up: Package): void;