Sha256: 09466aac0d48e9b2ddec9be194cb76637fc49b7abaf9635039948cd9d395c282
Contents?: true
Size: 809 Bytes
Versions: 4
Compression:
Stored size: 809 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.includes(key)) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } //# sourceMappingURL=objectWithoutProperties.js.map
Version data entries
4 entries across 4 versions & 1 rubygems