@capgo/cli
Version:
A CLI to upload to capgo servers
7 lines (6 loc) • 319 B
TypeScript
/**
* Detect transport-level failures from supabase-js / fetch when an RPC or HTTP
* call could not reach the server. Uses categorizeCliError as the single source
* of truth so network/timeout classification stays aligned with telemetry.
*/
export declare function isTransientNetworkError(error: unknown): boolean;