UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

3 lines (2 loc) 294 B
import type { CreateInstrumentationHooksOptions, InstrumentationHooks, InstrumentationHooksInput } from "#instrumentation/lifecycle.js"; export declare function createInstrumentationDispatcher(input: InstrumentationHooksInput, options: CreateInstrumentationHooksOptions): InstrumentationHooks;