Skip to content

BeginsWithExpression

type BeginsWithExpression = object;

operand: Operand;

prefix: string;

type: typeof $beginsWith;