UNPKG

swap-lock-registry

Version:

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

3 lines (2 loc) 135 B
import { TraitOptions } from './types'; export declare function traitFiles(lockFiles: string[], options: TraitOptions): Promise<void>;