Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ValidateExpressionDelegate type
- Package:
- adaptive-expressions
Delegate for doing static validation on an expression. Validators can and should throw exceptions if the expression is not valid.
type ValidateExpressionDelegate = (expression: Expression) => any
