Skip to content

NotExpression

type NotExpression = object;

condition: ConditionExpressionTemplate;

type: typeof $not;