UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

8 lines (7 loc) 317 B
import { Config, Versions } from '@verdaccio/types'; import ProxyStorage from './up-storage'; /** * Set up the Up Storage for each link. */ export declare function setupUpLinks(config: Config): Record<string, ProxyStorage>; export declare function updateVersionsHiddenUpLink(versions: Versions, upLink: any): void;