Module

x/hono/middleware.ts>FC

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

Type Parameters

optional
T = Props
definition: (props: T) => HtmlEscapedString | Promise<HtmlEscapedString>
import FC
import { FC } from "https://dotland.deno.dev/x/hono@v4.1.5/middleware.ts";