mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-19 22:44:38 +00:00
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
export function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|