@nx/devkit
Version:
4 lines (3 loc) • 467 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[]>;