UNPKG

146 BJavaScriptView Raw
1export const canUseDom = !!(typeof window !== 'undefined' && typeof document !== 'undefined' && window.document && window.document.createElement);
\No newline at end of file