UNPKG

@ivliu/react-offscreen

Version:

![NPM Version](https://img.shields.io/npm/v/%40ivliu%2Freact-offscreen) ![License](https://img.shields.io/badge/license-MIT-yellow)

3 lines (2 loc) 152 B
const canUseDOM = ()=>!!('undefined' != typeof window && void 0 !== window.document && void 0 !== window.document.createElement); export { canUseDOM };