laif-ds
Version:
Design System di Laif con componenti React basati su principi di Atomic Design
24 lines (23 loc) • 701 B
JavaScript
"use client";
import { __require as C } from "./_mapCacheClear.js";
import { __require as l } from "./_mapCacheDelete.js";
import { __require as q } from "./_mapCacheGet.js";
import { __require as s } from "./_mapCacheHas.js";
import { __require as f } from "./_mapCacheSet.js";
var a, i;
function g() {
if (i) return a;
i = 1;
var o = C(), h = l(), m = q(), _ = s(), c = f();
function e(r) {
var t = -1, u = r == null ? 0 : r.length;
for (this.clear(); ++t < u; ) {
var p = r[t];
this.set(p[0], p[1]);
}
}
return e.prototype.clear = o, e.prototype.delete = h, e.prototype.get = m, e.prototype.has = _, e.prototype.set = c, a = e, a;
}
export {
g as __require
};