github-pages-deploy-action/node_modules/universal-user-agent/dist-src/browser.js
2021-02-08 04:58:32 +00:00

4 lines
67 B
JavaScript

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