UNPKG

109 BJavaScriptView Raw
1const isFirefox = () => typeof window !== "undefined" && !!window["InstallTrigger"];
2export {
3 isFirefox
4};