engine-user-agent.js 101 B

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