UNPKG

@busy-hour/blaze

Version:

<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>

4 lines (3 loc) • 201 B
import type { BlazeContext } from '../internal/context/index'; import type { Action } from '../types/action'; export declare function eventHandler(action: Action, ctx: BlazeContext): Promise<unknown>;