UNPKG

swap-lock-registry

Version:

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

4 lines (3 loc) 211 B
import { TraitOptions } from './types'; export declare function traitYarnLockFile(lockFile: string, opts: TraitOptions): Promise<void>; export declare function parseYarnLockFile(lockFile: string): Promise<any>;