UNPKG

cdktg

Version:
6 lines (5 loc) 167 B
import { IConstruct } from "constructs"; import { IAspect } from "./aspect"; export declare class RiskAspect implements IAspect { visit(node: IConstruct): void; }