import { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Gets if the node is a PrimaryExpression.
Parameters
node: Node | undefined
Returns
node is PrimaryExpression
x/ts_morph/mod.ts>Node.isPrimaryExpression
import { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Gets if the node is a PrimaryExpression.