export const isBrowser = typeof window !== 'undefined'; export const isDev = process.env.NODE_ENV !== 'production';