@pie-element/multi-trait-rubric 8.1.2-next.3 → 8.1.2-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,6 +116,10 @@ function bt(e) {
116
116
  return t;
117
117
  }
118
118
  function xt(e, t, n) {
119
+ if (!Array.isArray(t) && e != null && Object.prototype.hasOwnProperty.call(Object(e), t)) {
120
+ let r = e[t];
121
+ return r === void 0 ? n : r;
122
+ }
119
123
  let r = e;
120
124
  for (let e of gt(t)) {
121
125
  if (r == null) return n;