UNPKG

workspace-tools

Version:

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

7 lines (6 loc) 268 B
import { ParsedLock } from "./types"; import { nameAtVersion } from "./nameAtVersion"; export declare function parseLockFile(packageRoot: string): Promise<ParsedLock>; export { nameAtVersion }; export { queryLockFile } from "./queryLockFile"; export * from "./types";