Initial import

This commit is contained in:
Chris Patterson
2019-08-03 21:34:59 -04:00
commit 62b122fb5f
568 changed files with 99070 additions and 0 deletions

6
node_modules/universal-user-agent/browser.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
module.exports = getUserAgentBrowser
function getUserAgentBrowser () {
/* global navigator */
return navigator.userAgent
}