engine-user-agent.js 87 B

1
  1. module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';