Module

x/hono/utils/html.ts>resolveCallback

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable resolveCallback
import { resolveCallback } from "https://dotland.deno.dev/x/hono@v4.1.5/utils/html.ts";

type

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