UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

6 lines (5 loc) 153 B
import { Command } from 'clipanion'; export declare class VersionCommand extends Command { static paths: string[][]; execute(): Promise<void>; }