UNPKG

eve

Version:

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

4 lines 281 B
import type { Hook, HookOptions } from '../create-hook.js'; import { type WorkflowOrchestratorContext } from '../private.js'; export declare function createCreateHook(ctx: WorkflowOrchestratorContext): <T = any>(options?: HookOptions) => Hook<T>; //# sourceMappingURL=hook.d.ts.map