UNPKG

workspace-tools

Version:

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

7 lines (6 loc) 265 B
import { PackageInfos } from "./types/PackageInfo"; export declare function getPackageGraph(packages: PackageInfos): [string, string][]; /** * @internal resets the graph cache for internal testing purpose only */ export declare function _resetGraphCache(): void;