UNPKG

nx

Version:

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

7 lines 393 B
export declare const GET_SYNC_GENERATOR_CHANGES: "GET_SYNC_GENERATOR_CHANGES"; export type HandleGetSyncGeneratorChangesMessage = { type: typeof GET_SYNC_GENERATOR_CHANGES; generators: string[]; }; export declare function isHandleGetSyncGeneratorChangesMessage(message: unknown): message is HandleGetSyncGeneratorChangesMessage; //# sourceMappingURL=get-sync-generator-changes.d.ts.map