UNPKG

is-firefox

Version:
3 lines (2 loc) 129 B
'use strict'; module.exports = typeof navigator !== 'undefined' && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent);