@rushstack/lockfile-explorer
Version:
Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo
9 lines • 443 B
TypeScript
import { LfxGraph, type IJsonLfxWorkspace } from '../../build/lfx-shared';
/**
* Parse through the lockfile and create all the corresponding LockfileEntries and LockfileDependencies
* to construct the lockfile graph.
*
* @returns A list of all the LockfileEntries in the lockfile.
*/
export declare function generateLockfileGraph(lockfileJson: unknown, workspace: IJsonLfxWorkspace): LfxGraph;
//# sourceMappingURL=lfxGraphLoader.d.ts.map