Module

x/hono/middleware.ts>FC

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias FC
import { type FC } from "https://dotland.deno.dev/x/hono@v4.3.9/middleware.ts";

Type Parameters

optional
P = Props
definition: { (props: P): HtmlEscapedString | Promise<HtmlEscapedString>; defaultProps?: Partial<P> | undefined; displayName?: string | undefined; }
import FC
import { FC } from "https://dotland.deno.dev/x/hono@v4.3.9/middleware.ts";