Skip to content

BeginsWithExpression

type BeginsWithExpression = object;

Represents a BEGINS WITH expression: begins_with(<operand>, <prefix>)

operand: Operand;

prefix: string;

type: typeof $beginsWith;