Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware.ts>Child

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias Child
Re-export
import { type Child } from "https://deno.land/x/hono@v4.0.1/middleware.ts";
definition:
| string
| Promise<string>
| number
| Child[]