import { AssignmentExpression } from "https://dotland.deno.dev/x/ts_morph@17.0.0/mod.ts";
Methods
getOperatorToken(): Node<ts.AssignmentOperatorToken>
Gets the operator token of the assignment expression.
x/ts_morph/mod.ts>AssignmentExpression
import { AssignmentExpression } from "https://dotland.deno.dev/x/ts_morph@17.0.0/mod.ts";
Gets the operator token of the assignment expression.