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>EffectData

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