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@v3.12.9/middleware.ts";

Type Parameters

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