UNPKG

eve

Version:

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

6 lines (5 loc) 240 B
/** Returns whether an Eve server answers its health route successfully. */ export declare function isEveServerHealthy(serverUrl: string, options?: { readonly signal?: AbortSignal; readonly timeoutMs?: number; }): Promise<boolean>;