UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

4 lines (3 loc) 175 B
import type { Tree } from "@nx/devkit"; import type { NormalizedOptions } from "../schema"; export declare function createFiles(tree: Tree, options: NormalizedOptions): void;