Module

x/hono/helper/html/index.ts>html

Web Framework built on Web Standards
Very Popular
Go to Latest
variable html
import { html } from "https://dotland.deno.dev/x/hono@v4.2.6/helper/html/index.ts";

type

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