Module

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

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

type

<T extends (...args: unknown[]) => unknown>(callback: T, deps: readonly unknown[]) => T