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.1.2/middleware.ts";

type

(value: unknown, formatter?: (value: unknown) => string) => void