UNPKG

onetime-sdk

Version:

A secure SDK for sending and verifying OTPs via email and SMS.

5 lines (4 loc) 108 B
export declare function sendOTPViaSMS(to: string): Promise<{ success: boolean; message: string; }>;