Module

x/hono/middleware.ts>FC

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias FC
import { type FC } from "https://dotland.deno.dev/x/hono@v3.6.1/middleware.ts";

Type Parameters

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