UNPKG

@routineless/nx-aws-cdk

Version:
7 lines (6 loc) 272 B
import type { CreateNodesFunction } from '@nx/devkit'; export type NxAwsCdkPluginOptions = object; export type CreateNodesFunctionMapper = { predicate: (projectConfigFilePath: string) => boolean; createNodesFunction: CreateNodesFunction<NxAwsCdkPluginOptions>; };