is-firefox-android
v2.0.0
Published
Return true if there is firefox android in firefox addon
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-androidUsage
var isFirefoxAndroid = require('is-firefox-android');
isFirefoxAndroid();
//=> true || falseAPI
isFirefoxAndroid() -> Boolean
Return true if there is firefox android in firefox addon.
Changelog
License
MIT © sanemat
