Skip to main content
Module

x/hono/jsx/jsx-runtime.ts>jsxTemplate

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable jsxTemplate
import { jsxTemplate } from "https://deno.land/x/hono@v3.10.4/jsx/jsx-runtime.ts";

type

(strings: TemplateStringsArray, ...values: unknown[]) => HtmlEscapedString | Promise<HtmlEscapedString>