UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

14 lines (13 loc) 347 B
import assocIndexOf from "./_assocIndexOf.js"; function listCacheSet(key, value) { var data = this.__data__, index = assocIndexOf(data, key); if (index < 0) { ++this.size; data.push([key, value]); } else { data[index][1] = value; } return this; } export { listCacheSet as default }; //# sourceMappingURL=_listCacheSet.js.map