Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/utils/html.ts>resolveCallback

Web Framework built on Web Standards
Extremely Popular
Latest
variable resolveCallback
import { resolveCallback } from "https://deno.land/x/hono@v4.3.11/utils/html.ts";

type

(
str: string | HtmlEscapedString,
phase: (HtmlEscapedCallbackPhase)[keyof HtmlEscapedCallbackPhase],
preserveCallbacks: boolean,
context: object,
buffer?: [string],
) => Promise<string>