Function: getTransparentWrappedExpression()
function getTransparentWrappedExpression(
node: Readonly<Node>
): Readonly<Node> | undefined;
Defined in: _internal/floating-resource.ts:13
Unwrap syntax that does not change whether a resource expression is owned.
Parametersโ
nodeโ
Readonly<Node>
Returnsโ
| Readonly<Node>
| undefined