Sha256: 57b94648561e9b143847c84b303d747f967ecdcac1fdb841c9092dff2fc84a4c
Contents?: true
Size: 493 Bytes
Versions: 15
Compression:
Stored size: 493 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.includes(key)) continue; target[key] = source[key]; } } return target; } //# sourceMappingURL=objectWithoutPropertiesLoose.js.map
Version data entries
15 entries across 15 versions & 1 rubygems