vchikalkin 6706aec0ad parse env variables from process.env
get urls from constants
2022-12-26 14:54:44 +03:00

5 lines
121 B
TypeScript

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