Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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