import { JsxFragment } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
Gets the closing fragment.
getJsxChildren(): JsxChild[]
Gets the children of the JSX fragment.
Gets the opening fragment.
getParent(): NodeParentType<ts.JsxFragment>
getParentOrThrow(): NonNullable<NodeParentType<ts.JsxFragment>>