Files
nice-app-web/.vite/deps/chunk-VKF4V6AS.js
focp212@naver.com 05238b04c1 첫 커밋
2025-09-05 15:36:48 +09:00

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