Module

x/hono/middleware/jsx/index.ts>JSXNode

Ultrafast web framework for the Edges
Very Popular
Go to Latest
class JSXNode
implements HtmlEscaped
import { JSXNode } from "https://dotland.deno.dev/x/hono@v3.3.0/middleware/jsx/index.ts";

Constructors

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

Properties

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

Methods

toString(): string
toStringToBuffer(buffer: StringBuffer): void