23 lines
582 B
JavaScript
23 lines
582 B
JavaScript
import {
|
|
__esm
|
|
} from "./chunk-PLDDJCW6.js";
|
|
|
|
// node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js
|
|
function memoize(fn) {
|
|
var cache = /* @__PURE__ */ Object.create(null);
|
|
return function(arg) {
|
|
if (cache[arg] === void 0) cache[arg] = fn(arg);
|
|
return cache[arg];
|
|
};
|
|
}
|
|
var init_emotion_memoize_esm = __esm({
|
|
"node_modules/.pnpm/@emotion+memoize@0.9.0/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js"() {
|
|
}
|
|
});
|
|
|
|
export {
|
|
memoize,
|
|
init_emotion_memoize_esm
|
|
};
|
|
//# sourceMappingURL=chunk-VKF4V6AS.js.map
|