mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|
|
|
|
export { getUserAgent };
|
|
//# sourceMappingURL=index.js.map
|