* Returns the node associated with a construct. * @param construct the construct * * @deprecated use `construct.node` instead
(construct: IConstruct)
| 44 | * @deprecated use `construct.node` instead |
| 45 | */ |
| 46 | public static of(construct: IConstruct): Node { |
| 47 | return construct.node; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Returns the scope in which this construct is defined. |
no outgoing calls
no test coverage detected