function getUserAgent() { try { return navigator.userAgent; } catch (e) { return ""; } } export { getUserAgent }; //# sourceMappingURL=index.js.map