You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-13 00:54:41 +07:00
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
function getUserAgent() {
|
|
return navigator.userAgent;
|
|
}
|
|
|
|
export { getUserAgent };
|
|
//# sourceMappingURL=index.js.map
|