forgeplus-react/node_modules/ahooks/es/utils/canUseDom.js

3 lines
135 B
JavaScript

export default function canUseDom() {
return !!(typeof window !== 'undefined' && window.document && window.document.createElement);
}