github-pages-deploy-action/node_modules/universal-user-agent/dist-src/browser.js
2020-03-31 08:57:48 -04:00

4 lines
67 B
JavaScript

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