deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / html / index.d.ts
1234import type { HtmlEscapedString } from '../../utils/html';export declare const raw: (value: any) => HtmlEscapedString;export declare const html: (strings: TemplateStringsArray, ...values: any[]) => HtmlEscapedString;
Version Info