UNPKG

utils

Version:

Fast, generic JavaScript/node.js utility functions.

14 lines (11 loc) 297 B
'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');