Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ts_morph/ts_morph.d.ts>BinaryExpression

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Go to Latest
class BinaryExpression
extends BinaryExpressionBase<T>
import { BinaryExpression } from "https://deno.land/x/ts_morph@19.0.0/ts_morph.d.ts";

Type Parameters

optional
T extends ts.BinaryExpression = ts.BinaryExpression

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.