UNPKG

92 BJavaScriptView Raw
1export const isFirefox = () => typeof window !== "undefined" && !!window["InstallTrigger"];