UNPKG

83 BJavaScriptView Raw
1export const isChrome = () => typeof window !== "undefined" && !!window["chrome"];