mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-11 21:54:16 +07:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|
|
|
|
export { getUserAgent };
|
|
//# sourceMappingURL=index.js.map
|