UNPKG

eve

Version:

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

6 lines (5 loc) 450 B
import type { HookSourceRef } from "#discover/manifest.js"; import type { CompiledHookDefinition } from "#compiler/manifest.js"; import { type ModuleBackedDefinitionLoadOptions } from "#compiler/normalize-helpers.js"; /** Compiles and validates one selected hook while preserving its exact subscriptions. */ export declare function compileHookEntry(source: HookSourceRef, options: ModuleBackedDefinitionLoadOptions): Promise<CompiledHookDefinition>;