UNPKG

react-live-chat-customerly

Version:

The Live Chat component for React Apps by Customerly.

7 lines (4 loc) 174 B
const isSSR = typeof window === "undefined"; export const isEmptyObject = (obj: object) => Object.keys(obj).length === 0 && obj.constructor === Object; export { isSSR };