enum ArithmeticOperator import { ArithmeticOperator } from "."; An Operator for performing arithmetic on two values Members ADD = "ArithmeticOperator_ADD" DIV = "ArithmeticOperator_DIV" MUL = "ArithmeticOperator_MUL" SUB = "ArithmeticOperator_SUB"