UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

6 lines (5 loc) 409 B
import { GeneratorCallback, Tree } from "@nx/devkit"; import { ApplicationGeneratorOptions } from "./schema"; export declare function applicationGenerator(tree: Tree, rawOptions: ApplicationGeneratorOptions): Promise<GeneratorCallback>; export declare function applicationGeneratorInternal(tree: Tree, rawOptions: ApplicationGeneratorOptions): Promise<GeneratorCallback>; export default applicationGenerator;