UNPKG

semantic-ui-react

Version:
5 lines (3 loc) 201 B
const hasDocument = typeof document === 'object' && document !== null const hasWindow = typeof window === 'object' && window !== null && window.self === window export default hasDocument && hasWindow