mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-17 05:28:28 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|
|
|
|
export { getUserAgent };
|
|
//# sourceMappingURL=index.js.map
|