5273d0df9c
Main workflow / Run (windows-latest) (push) Waiting to run
Main workflow / Run (ubuntu-latest) (push) Failing after 1s
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = getUserAgentBrowser
|
|
|
|
function getUserAgentBrowser () {
|
|
/* global navigator */
|
|
return navigator.userAgent
|
|
}
|