UNPKG

gebeya-whatsapp-verify

Version:

Reusable WhatsApp phone verification components for React applications (Supabase Edge Function integration)

4 lines 282 B
export declare const checkVerificationStatus: (phoneNumber: string, supabaseClient: any) => Promise<any>; export declare const validatePhone: (fullPhone: string) => boolean; export declare const formatTime: (seconds: number) => string; //# sourceMappingURL=userVerification.d.ts.map