UNPKG

workspace-tools

Version:

A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:

6 lines (5 loc) 221 B
import type { ParsedLock, BerryLockFile } from "./types"; /** * Convert a Yarn Berry (v2+) YAML lock file contents into a standardized format. */ export declare function parseBerryLock(yaml: BerryLockFile): ParsedLock;