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