Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isAuthRefreshDiscardedError

import { isAuthRefreshDiscardedError } from "https://esm.sh/@supabase/supabase-js@2.108.1/dist/index.d.mts";
function isAuthRefreshDiscardedError(error: unknown): error is AuthRefreshDiscardedError;
§
isAuthRefreshDiscardedError(error: unknown): error is AuthRefreshDiscardedError
[src]

§Parameters

§
error: unknown
[src]