innovationDriveApp/node_modules/can-use-dom/index.js
2018-07-08 19:21:40 +10:00

7 lines
No EOL
139 B
JavaScript

var canUseDOM = !!(
typeof window !== 'undefined' &&
window.document &&
window.document.createElement
);
module.exports = canUseDOM;