@rushstack/lockfile-explorer
Version:
Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo
6 lines • 538 B
TypeScript
export type { IAppContext } from './IAppContext';
export { LfxGraphEntryKind, LfxDependencyKind, type IJsonPeerDependencyMeta, type IJsonLfxDependency, type IJsonLfxEntry, type IJsonLfxGraph } from './IJsonLfxGraph';
export type { IJsonLfxWorkspaceRushConfig, IJsonLfxWorkspace } from './IJsonLfxWorkspace';
export { LfxGraph, LfxGraphDependency, LfxGraphEntry, type ILfxGraphDependencyOptions, type ILfxGraphEntryOptions } from './LfxGraph';
export * as lfxGraphSerializer from './lfxGraphSerializer';
//# sourceMappingURL=index.d.ts.map