import { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Gets if the node has an expression.
Type Parameters
T extends Node
Returns
node is T & { getExpression(): Expression; }
x/ts_morph/mod.ts>Node.hasExpression
import { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Gets if the node has an expression.