import { Node } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts";
Gets if the node has a structure.
Type Parameters
T extends Node
Returns
node is T & { getStructure(): Structures; }
x/ts_morph/ts_morph.d.ts>Node.hasStructure
import { Node } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts";
Gets if the node has a structure.