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

7 lines
120 B
JavaScript
Raw Normal View History

2019-11-19 20:48:29 +08:00
function getUserAgent() {
return navigator.userAgent;
}
export { getUserAgent };
//# sourceMappingURL=index.js.map