import { JsxClosingElement } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.JsxClosingElement>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxClosingElement>>