Skip to main content
Module

x/hono/middleware.ts>FC

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias FC
Re-export
import { type FC } from "https://deno.land/x/hono@v4.2.5/middleware.ts";

Type Parameters

optional
T = Props
definition: (props: T) => HtmlEscapedString | Promise<HtmlEscapedString>