UNPKG

@sebgroup/frontend-tools

Version:
11 lines (9 loc) 238 B
/** * Check if the current browser is Firefox * @returns {boolean} True if Firefox */ function isBrowserFirefox() { return !!window.InstallTrigger; } export { isBrowserFirefox }; //# sourceMappingURL=isBrowserFirefox.js.map