UNPKG

@sebgroup/frontend-tools

Version:
15 lines (11 loc) 333 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * Check if the current browser is Firefox * @returns {boolean} True if Firefox */ function isBrowserFirefox() { return !!window.InstallTrigger; } exports.isBrowserFirefox = isBrowserFirefox; //# sourceMappingURL=isBrowserFirefox.js.map