Function: isSanitizedExpression()
isSanitizedExpression(
node:Readonly<Expression>):boolean
Defined in: _internal/domparser.ts:43
Check whether an expression appears to run through a sanitizer or trusted policy helper.
Parametersâ
nodeâ
Readonly<Expression>
Expression to inspect.
Returnsâ
boolean
Whether the expression is an explicit sanitization call.