Skip to main content
Module

x/hono/middleware.ts>useDebugValue

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

type

(_value: unknown, _formatter?: (value: unknown) => string) => void