UNPKG

nx

Version:

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

8 lines (7 loc) 260 B
export declare const HASH_GLOB: "HASH_GLOB"; export type HandleHashGlobMessage = { type: typeof HASH_GLOB; globs: string[]; exclude?: string[]; }; export declare function isHandleHashGlobMessage(message: unknown): message is HandleHashGlobMessage;