mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-11 19:11:39 +00:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|