Skip to content

NotExpression

type NotExpression = object;

Represents a NOT expression that negates a condition expression.

condition: ConditionExpressionTemplate;

type: typeof $not;