mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-12-23 06:28:19 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|