UNPKG

swap-lock-registry

Version:

A CLI tool to swap the registry URL in the lock file without having to remove it

10 lines (9 loc) 303 B
declare class Logger { clearLine(): void; progress(context: string, ...args: any[]): void; success(context: string, ...args: any[]): void; warning(context: string, ...args: any[]): void; error(context: string, ...args: any[]): void; } export declare const logger: Logger; export {};