Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/jsx/hooks/index.ts>useDebugValue

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
variable useDebugValue
import { useDebugValue } from "https://deno.land/x/hono@v4.2.2/jsx/hooks/index.ts";

type

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