Skip to content

ContainsExpression

type ContainsExpression = object;

operand: Operand;

substringOrElement: NativeAttributeValue;

type: typeof $contains;