UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

10 lines (9 loc) 309 B
import { Command } from 'clipanion'; export declare const DEFAULT_PROCESS_NAME: string; export declare class InitCommand extends Command { static paths: never[][]; listen: string | undefined; static usage: import("clipanion").Usage; config: string | undefined; execute(): Promise<void>; }