@flowaccount/nx-aws-cdk
Version:
aws-cdk executors and generators for nx workspace
6 lines (5 loc) • 311 B
TypeScript
import { Tree } from '@nx/devkit';
import { Schema } from '../schema';
export declare function slsApplicationGenerator(host: Tree, schema: Schema): Promise<void>;
export default slsApplicationGenerator;
export declare const appSchematic: (generatorOptions: Schema) => (tree: any, context: any) => Promise<any>;