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 13:08:03 +08:00
export function getUserAgent() {
2020-03-31 20:57:48 +08:00
return navigator.userAgent;
2020-01-28 13:08:03 +08:00
}