Skip to main content
Module

x/hono/middleware.ts>Suspense

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable Suspense
import { Suspense } from "https://deno.land/x/hono@v4.0.7/middleware.ts";

type

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