UNPKG

@pnpm/merge-lockfile-changes

Version:

Merges lockfiles. Can automatically fix merge conflicts

3 lines (2 loc) 144 B
import { type Lockfile } from '@pnpm/lockfile-types'; export declare function mergeLockfileChanges(ours: Lockfile, theirs: Lockfile): Lockfile;