UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

4 lines (3 loc) 236 B
import { Tree } from "@nx/devkit"; import type { ApplicationGeneratorOptions, NormalizedOptions } from "../schema"; export declare function normalizeOptions(tree: Tree, options: ApplicationGeneratorOptions): Promise<NormalizedOptions>;