export const createWindow = () => (typeof window === 'undefined' ? null : window);