Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
type alias EffectData
import { type EffectData } from "https://deno.land/x/hono@v4.0.2/jsx/hooks/index.ts";
definition:
[
readonly unknown[] | undefined,
(() => void | (() => void)) | undefined,
(() => void) | undefined,
(() => void) | undefined,
]