gh-action-bump-version/node_modules/universal-user-agent/browser.js

7 lines
128 B
JavaScript
Raw Normal View History

2021-08-07 21:20:18 +00:00
module.exports = getUserAgentBrowser
function getUserAgentBrowser () {
/* global navigator */
return navigator.userAgent
}