import { JsxText } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
containsOnlyTriviaWhiteSpaces(): boolean
Gets if the JSX text contains only white spaces.
getParent(): NodeParentType<ts.JsxText>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxText>>