export function runningInBrowser() { return typeof window !== 'undefined'; }