_user-agent.js 127 Bytes
Newer Older
liang ce committed
1 2 3 4
var global = require('./_global');
var navigator = global.navigator;

module.exports = navigator && navigator.userAgent || '';