File size: 81 Bytes
57aa51e
 
 
1
2
3
4
export const isGeneralServerSide = () => {
  return !!process.env.IS_GENERAL;
};