Sha256: f0d056e4c8fec80fe2fe09364c7f30ae67e3f2e2818e76f8d967544f6335bb98
Contents?: true
Size: 471 Bytes
Versions: 44
Compression:
Stored size: 471 Bytes
Contents
import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js"; function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; } export { _objectWithoutProperties as default };
Version data entries
44 entries across 44 versions & 2 rubygems