UNPKG

phx-react

Version:

PHX REACT

7 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CAN_USE_DOM = void 0; exports.CAN_USE_DOM = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined'; //# sourceMappingURL=canUseDOM.js.map