Module

x/hono/middleware.ts>FC

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias FC
import { type FC } from "https://dotland.deno.dev/x/hono@v3.8.0-rc.3/middleware.ts";

Type Parameters

optional
T = Props
definition: (props: T & { children?: Child; }) => HtmlEscapedString