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

isAuthWeakPasswordError

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

§Parameters

§
error: unknown
[src]

§Return Type