import { JsxNamespacedName } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the name node.
Gets the namespace name node.
getParent(): NodeParentType<ts.JsxNamespacedName>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxNamespacedName>>
set(structure: JsxNamespacedNameStructure): this