UNPKG

@rushstack/lockfile-explorer

Version:

Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo

8 lines 263 B
import type { IAppState } from '../state'; export declare const init: (options: { lockfileExplorerProjectRoot: string; appVersion: string; debugMode: boolean; subspaceName: string; }) => Omit<IAppState, "graph">; //# sourceMappingURL=init.d.ts.map