2 lines
87 B
JavaScript
2 lines
87 B
JavaScript
module.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
|