github-pages-deploy-action/node_modules/universal-user-agent/dist-src/browser.js
2019-11-19 07:48:29 -05:00

4 lines
67 B
JavaScript

export function getUserAgent() {
return navigator.userAgent;
}