f1rq.ovh/node_modules/.vite/deps/chunk-DPJLTTUP.js
2025-03-24 22:56:10 +01:00

24 lines
437 B
JavaScript

// 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