UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

9 lines 342 B
import { GeneratorCallback, Tree } from '@nx/devkit'; interface Schema { project?: string; plugins?: string[]; skipFormat?: boolean; } export declare function convertToInferredGenerator(tree: Tree, options: Schema): Promise<GeneratorCallback>; export default convertToInferredGenerator; //# sourceMappingURL=infer-targets.d.ts.map