mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-03-22 20:45:45 +08:00
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|