All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.environment-ff-version.js Maven / Gradle / Ivy

The newest version!
'use strict';
var userAgent = require('../internals/environment-user-agent');

var firefox = userAgent.match(/firefox\/(\d+)/i);

module.exports = !!firefox && +firefox[1];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy