Module

x/hono/utils/html.ts

Web Framework built on Web Standards
Extremely Popular
Latest
import * as mod from "https://dotland.deno.dev/x/hono@v4.3.11/utils/html.ts";

Type Aliases

StringBuffer contains string and Promise alternately The length of the array will be odd, the odd numbered element will be a string, and the even numbered element will be a Promise. When concatenating into a single string, it must be processed from the tail.