@nx/devkit
Version:
4 lines • 528 B
TypeScript
import { CreateNodesContext, CreateNodesContextV2 } from 'nx/src/devkit-exports';
export declare function calculateHashForCreateNodes(projectRoot: string, options: object, context: CreateNodesContext | CreateNodesContextV2, additionalGlobs?: string[]): Promise<string>;
export declare function calculateHashesForCreateNodes(projectRoots: string[], options: object, context: CreateNodesContext | CreateNodesContextV2, additionalGlobs?: string[][]): Promise<string[]>;
//# sourceMappingURL=calculate-hash-for-create-nodes.d.ts.map