Skip to content

InExpression

type InExpression = object;

operand: Operand;

type: typeof $in;

values: ValueExpression[];