UNPKG

@rushstack/lockfile-explorer

Version:

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

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