Files
med-notes/.pnpm-store/v10/files/1a/f90eaa87c411060132affb99ff8ae8c3cb6feebf7d226f4052045f7100120f68c2573318f453aa510e9f0f92ff27ed26df08e1f506ecf44850e4b8a9e1919f
2025-05-09 05:30:08 +02:00

28 lines
871 B
Plaintext

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const React = require("react");
function _interopNamespaceDefault(e) {
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
if (e) {
for (const k in e) {
if (k !== "default") {
const d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: () => e[k]
});
}
}
}
n.default = e;
return Object.freeze(n);
}
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
const matchContext = React__namespace.createContext(void 0);
const dummyMatchContext = React__namespace.createContext(
void 0
);
exports.dummyMatchContext = dummyMatchContext;
exports.matchContext = matchContext;
//# sourceMappingURL=matchContext.cjs.map