mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-04 02:33:47 +02:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|