1var global = require('./_global');
2var navigator = global.navigator;
3
4module.exports = navigator && navigator.userAgent || '';
5