UNPKG

workspace-tools

Version:

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

3 lines (2 loc) 120 B
import { ParsedLock, NpmLockFile } from "./types"; export declare function parseNpmLock(lock: NpmLockFile): ParsedLock;