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