UNPKG

swr-store

Version:
6 lines (4 loc) 178 B
const IS_CLIENT = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined'; export default IS_CLIENT;