1 2 3 4 5 6
module.exports = getUserAgentBrowser function getUserAgentBrowser () { /* global navigator */ return navigator.userAgent }