Skip to main content
Module

x/hono/middleware.ts>Children

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

type

{ map: (children: Child[], fn: (child: Child, index: number) => Child) => Child[]; forEach: (children: Child[], fn: (child: Child, index: number) => void) => void; count: (children: Child[]) => number; only: (_children: Child[]) => Child; toArray; }