UNPKG

ahooks

Version:
5 lines (4 loc) • 139 B
const isBrowser = !!(typeof window !== 'undefined' && window.document && window.document.createElement); export default isBrowser;