UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

4 lines (3 loc) 202 B
import { GeneratorCallback, Tree } from "@nx/devkit"; import { NormalizedOptions } from "../schema"; export declare function addJest(host: Tree, options: NormalizedOptions): Promise<GeneratorCallback>;