UNPKG

@kcinternals/nx-plugin

Version:

nx plugins for kcws internal usage

5 lines (4 loc) 232 B
import type { GeneratorGeneratorSchema } from "./schema"; import { type Tree } from "@nx/devkit"; declare function generatorGenerator(tree: Tree, options: GeneratorGeneratorSchema): Promise<void>; export default generatorGenerator;