Skip to content

BinaryOp🔗

Possible binary operators.

Definition🔗

export type BinaryOp = "+" | "-" | "*" | "/" | "%" | "^" | "==" | "!=" | ">" | "<" | ">=" | "<=" | "and" | "or" | "unless" | "atan2";