is-firefox-android

Return true if there is firefox android in firefox addon

Usage no npm install needed!

<script type="module">
  import isFirefoxAndroid from 'https://cdn.skypack.dev/is-firefox-android';
</script>

README

is-firefox-android

NPM version Travis-CI Status Appveyor Status Daviddm Status

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

changelog.md.

License

MIT © sanemat