UNPKG

eve

Version:

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

3 lines (2 loc) 185 B
/** Stop waiting at the eval deadline even if a provider ignores cancellation. */ export declare function runUntilAborted<T>(task: T | PromiseLike<T>, signal: AbortSignal): Promise<T>;