'use strict'; /** * Extend `object` with properties of other `objects` * * @name .defaults * @param {Object} `object` The target object. Pass an empty object to shallow clone. * @param {Object} `objects` * @return {Object} * @api public */ module.exports = require('object.defaults');