Sha256: d904b286d289f056816c20e51e63a6a327109ce5e0574747bed738e12c061d62
Contents?: true
Size: 813 Bytes
Versions: 13
Compression:
Stored size: 813 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _objectWithoutProperties; var _objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js"); function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = (0, _objectWithoutPropertiesLoose.default)(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } //# sourceMappingURL=objectWithoutProperties.js.map
Version data entries
13 entries across 13 versions & 2 rubygems