You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
398 B

import type { InputDefinition } from 'nx/src/config/workspace-json-project-json';
import { CreateNodesContextV2 } from 'nx/src/devkit-exports';
/**
* Get the named inputs available for a directory
*/
export declare function getNamedInputs(directory: string, context: CreateNodesContextV2): {
[inputName: string]: (string | InputDefinition)[];
};
//# sourceMappingURL=get-named-inputs.d.ts.map