UNPKG

@capgo/cli

Version:
7 lines (6 loc) 319 B
/** * 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;