UNPKG

can-use-dom

Version:

Test if you can use dom in the current environment

7 lines (6 loc) 139 B
var canUseDOM = !!( typeof window !== 'undefined' && window.document && window.document.createElement ); module.exports = canUseDOM;