UNPKG

99 BJavaScriptView Raw
1const isChrome = () => typeof window !== "undefined" && !!window["chrome"];
2export {
3 isChrome
4};