// node_modules/hey-listen/dist/hey-listen.es.js var warning = function() { }; var invariant = function() { }; if (true) { warning = function(check, message) { if (!check && typeof console !== "undefined") { console.warn(message); } }; invariant = function(check, message) { if (!check) { throw new Error(message); } }; } export { warning, invariant }; //# sourceMappingURL=chunk-DPJLTTUP.js.map