laif-ds
Version:
Design System di Laif con componenti React basati su principi di Atomic Design
25 lines (24 loc) • 617 B
JavaScript
"use client";
import { __require as m } from "./_MapCache.js";
var c, p;
function _() {
if (p) return c;
p = 1;
var u = m(), f = "Expected a function";
function t(o, e) {
if (typeof o != "function" || e != null && typeof e != "function")
throw new TypeError(f);
var r = function() {
var i = arguments, n = e ? e.apply(this, i) : i[0], a = r.cache;
if (a.has(n))
return a.get(n);
var h = o.apply(this, i);
return r.cache = a.set(n, h) || a, h;
};
return r.cache = new (t.Cache || u)(), r;
}
return t.Cache = u, c = t, c;
}
export {
_ as __require
};