1
0
Fork 0
react-playground/node_modules/dom-helpers/cjs/canUseDOM.js

9 lines
No EOL
236 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = void 0;
var _default = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
exports.default = _default;
module.exports = exports["default"];