export const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof navigator !== "undefined";