import { JsxFragment } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the closing fragment.
getJsxChildren(): JsxChild[]
Gets the children of the JSX fragment.
Gets the opening fragment.
getParent(): NodeParentType<ts.JsxFragment>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxFragment>>