@paydock/client-sdk
Version:
Paydock client sdk
13 lines • 388 B
TypeScript
/**
* Retrieves the user agent from the browser.
*
* @returns {string} The user agent from the browser
*/
export declare function getDeviceUserAgent(): string;
/**
* Retrieves the device IP address from the API.
*
* @returns {Promise<string>} The device IP address
*/
export declare function getDeviceIpAddress(): Promise<string>;
//# sourceMappingURL=device-info.service.d.ts.map