UNPKG

eve

Version:

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

5 lines (4 loc) 297 B
/** Returns whether `url` targets a recognized local development host. */ export declare function isLocalEveServerUrl(url: URL): boolean; /** Whether `serverUrl` is a local dev host. Invalid URLs count as remote. */ export declare function isLocalDevelopmentServerUrl(serverUrl: string): boolean;