UNPKG

cloudapi

Version:
13 lines (12 loc) 240 B
/** * @public * @function getBrowserAgent * @returns {string} */ export declare const getBrowserAgent: () => string; /** * @public * @function getDeviceAgent * @returns {string} */ export declare const getDeviceAgent: () => string;