import { BinaryExpression } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the left side of the binary expression.
getOperatorToken(): Node<ts.BinaryOperatorToken>
Gets the operator token of the binary expression.
Gets the right side of the binary expression.