/* eslint-disable import/prefer-default-export */ export function isServer() { return typeof window === 'undefined'; }