import { JsxText } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
containsOnlyTriviaWhiteSpaces(): boolean
Gets if the JSX text contains only white spaces.
getParent(): NodeParentType<ts.JsxText>
getParentOrThrow(): NonNullable<NodeParentType<ts.JsxText>>