UNPKG

@routineless/nx-aws-cdk

Version:
5 lines (4 loc) 248 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import type { PresetGeneratorSchema } from './schema'; declare const presetGenerator: (tree: Tree, options: PresetGeneratorSchema) => Promise<GeneratorCallback>; export default presetGenerator;