UNPKG

@pnpm/workspace.state

Version:

Track the list of actual paths of workspace packages in a cache

3 lines (2 loc) 141 B
import { type WorkspaceState } from './types'; export declare function loadWorkspaceState(workspaceDir: string): WorkspaceState | undefined;