github-pages-deploy-action/node_modules/universal-user-agent/dist-web/index.js

7 lines
120 B
JavaScript
Raw Normal View History

2020-01-28 13:08:03 +08:00
function getUserAgent() {
2020-03-31 20:57:48 +08:00
return navigator.userAgent;
2020-01-28 13:08:03 +08:00
}
export { getUserAgent };
//# sourceMappingURL=index.js.map