github-pages-deploy-action/node_modules/universal-user-agent/dist-src/browser.js

4 lines
67 B
JavaScript
Raw Normal View History

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