Sha256: 86b2a7b4701cd82ef3cd5f8f1725c4e16f14d05c2dd684e6ee15581e3cd10c6e
Contents?: true
Size: 497 Bytes
Versions: 13
Compression:
Stored size: 497 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _objectWithoutPropertiesLoose; function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; } //# sourceMappingURL=objectWithoutPropertiesLoose.js.map
Version data entries
13 entries across 13 versions & 2 rubygems