UNPKG

gebeya-telegram-otp

Version:

Reusable Telegram phone verification components for React applications

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