jsii
Version:
[](https://cdk.dev) [ => void): Directives;
/** Whether the node has the `@jsii ignore` directive set. */
readonly ignore?: ts.JSDocComment | ts.JSDocTag;
/** Whether the node has the `@jsii struct` directive set. */
readonly struct?: ts.JSDocComment | ts.JSDocTag;
/** Suppression codes from `@jsii suppress <code>` directives. */
readonly suppressions: readonly string[];
private constructor();
}
//# sourceMappingURL=directives.d.ts.map