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 (2 loc) 138 B
import { Tree } from '@nx/devkit'; export declare function hasGenerator(tree: Tree, projectName: string, generatorName: string): boolean;