2.0.0 • Published 8 years ago

is-firefox-android v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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