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

4 lines
67 B
JavaScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
export function getUserAgent() {
return navigator.userAgent;
}