This commit is contained in:
6
node_modules/consolidated-events/src/canUseDOM.js
generated
vendored
Normal file
6
node_modules/consolidated-events/src/canUseDOM.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
const CAN_USE_DOM = !!(
|
||||
(typeof window !== 'undefined' &&
|
||||
window.document && window.document.createElement)
|
||||
);
|
||||
|
||||
export default CAN_USE_DOM;
|
||||
Reference in New Issue
Block a user