Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
class JSXNode
implements HtmlEscaped
import { JSXNode } from "https://deno.land/x/adoublef@0.1.2/jsx/control_flow/deps.ts";

Constructors

new
JSXNode(
tag: string | Function,
props: Props,
children: Child[],
)

Properties

children: Child[]
isEscaped: true
props: Props
tag: string | Function

Methods

toString(): string | Promise<string>
toStringToBuffer(buffer: StringBuffer): void