UNPKG

angles-javascript-client

Version:

This is the javascript client for the Angles Dashboard. It allows you to store your test results.

13 lines (12 loc) 281 B
export declare class Platform { _id: string; platformName: string; platformVersion: string; browserName: string; browserVersion: string; deviceName: string; userAgent: string; screenHeight: number; screenWidth: number; pixelRatio: number; }