Danny McCormick 5273d0df9c
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
Add auth
2019-08-06 18:29:44 -04:00

7 lines
128 B
JavaScript

module.exports = getUserAgentBrowser
function getUserAgentBrowser () {
/* global navigator */
return navigator.userAgent
}