UNPKG

eve

Version:

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

3 lines (2 loc) 191 B
/** Adds authored-module and installed-package context to Node evaluation failures. */ export declare function createAuthoredModuleEvaluationError(modulePath: string, cause: unknown): Error;