isAuthRetryableFetchError

import { isAuthRetryableFetchError } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
function isAuthRetryableFetchError(error: unknown): error is AuthRetryableFetchError;
§
isAuthRetryableFetchError(error: unknown): error is AuthRetryableFetchError
[src]

§Parameters

§
error: unknown
[src]