UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 210 B
function hashDelete(key) { var result = this.has(key) && delete this.__data__[key]; this.size -= result ? 1 : 0; return result; } export { hashDelete as default }; //# sourceMappingURL=_hashDelete.js.map