UNPKG

@pnpm/lockfile.settings-checker

Version:

Utilities to check if lockfile settings are out-of-date

3 lines (2 loc) 186 B
import { type PatchFile } from '@pnpm/lockfile.types'; export declare function calcPatchHashes(patches: Record<string, string>, lockfileDir: string): Promise<Record<string, PatchFile>>;