method Node.isJsxAttributedimport { Node } from "https://dotland.deno.dev/x/fresh@1.1.1/src/dev/deps.ts"; isJsxAttributed<T extends Node>(node: T | undefined): node is JsxAttributedNode & JsxAttributedNodeExtensionType & TGets if the node is a JsxAttributedNode. Gets if the node is a JsxAttributedNode. Type ParametersT extends NodeParametersnode: T | undefined Node to check. Returnsnode is JsxAttributedNode & JsxAttributedNodeExtensionType & T