UNPKG

@nx/plugin

Version:

This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.

3 lines 181 B
import { Tree } from '@nx/devkit'; export declare function hasGenerator(tree: Tree, projectName: string, generatorName: string): boolean; //# sourceMappingURL=has-generator.d.ts.map