UNPKG

nx

Version:

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

6 lines 323 B
export declare const GET_CONTEXT_FILE_DATA: "GET_CONTEXT_FILE_DATA"; export type HandleContextFileDataMessage = { type: typeof GET_CONTEXT_FILE_DATA; }; export declare function isHandleContextFileDataMessage(message: unknown): message is HandleContextFileDataMessage; //# sourceMappingURL=get-context-file-data.d.ts.map