@qvant/qui-max
Version:
A Vue 3 Design system for Web.
11 lines (10 loc) • 352 B
JavaScript
import nativeCreate from "./_nativeCreate.js";
var HASH_UNDEFINED = "__lodash_hash_undefined__";
function hashSet(key, value) {
var data = this.__data__;
this.size += this.has(key) ? 0 : 1;
data[key] = nativeCreate && value === void 0 ? HASH_UNDEFINED : value;
return this;
}
export { hashSet as default };
//# sourceMappingURL=_hashSet.js.map