Skip to main content
Module

x/hono/middleware.ts>Suspense

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable Suspense
Re-export
import { Suspense } from "https://deno.land/x/hono@v4.2.8/middleware.ts";

type

FC<PropsWithChildren<{ fallback: any; }>>