UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines 440 B
export declare const UPDATE_WORKSPACE_CONTEXT: "UPDATE_WORKSPACE_CONTEXT"; export type HandleUpdateWorkspaceContextMessage = { type: typeof UPDATE_WORKSPACE_CONTEXT; createdFiles: string[]; updatedFiles: string[]; deletedFiles: string[]; }; export declare function isHandleUpdateWorkspaceContextMessage(message: unknown): message is HandleUpdateWorkspaceContextMessage; //# sourceMappingURL=update-workspace-context.d.ts.map