UNPKG

rauth-client

Version:

A lightweight, framework-agnostic JavaScript/TypeScript library for adding reverse authentication via WhatsApp on the client side.

7 lines (6 loc) 165 B
export interface DeviceInfo { browser: string; platform: string; session_source: string; } export declare function getDeviceInfo(): Promise<DeviceInfo>;