is-firefox-android
v2.0.0
Published
Return true if there is firefox android in firefox addon
Downloads
5
Readme
is-firefox-android
Return true if there is firefox android in firefox addon.
See: Code_snippets#Supporting_both_desktop_and_mobile
Install
$ npm install --save is-firefox-android
Usage
var isFirefoxAndroid = require('is-firefox-android');
isFirefoxAndroid();
//=> true || false
API
isFirefoxAndroid() -> Boolean
Return true if there is firefox android in firefox addon.
Changelog
License
MIT © sanemat