Skip to main content
Module

x/hono/middleware.ts>Child

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias Child
Re-export
import { type Child } from "https://deno.land/x/hono@v4.2.6/middleware.ts";
definition:
| string
| Promise<string>
| number
| null
| undefined
| boolean
| Child[]