Sha256: 2afe8cd19ba4639910f4e7966a75bf2825ef0d61158c294718562d1b25e2ddb1

Contents?: true

Size: 428 Bytes

Versions: 153

Compression:

Stored size: 428 Bytes

Contents

/**
 * Used by `_.defaults` to customize its `_.assign` use.
 *
 * @private
 * @param {*} objectValue The destination object property value.
 * @param {*} sourceValue The source object property value.
 * @returns {*} Returns the value to assign to the destination object.
 */
function assignDefaults(objectValue, sourceValue) {
  return objectValue === undefined ? sourceValue : objectValue;
}

module.exports = assignDefaults;

Version data entries

153 entries across 80 versions & 8 rubygems

Version Path
ilog-0.4.1 node_modules/contents/node_modules/lodash/internal/assignDefaults.js
ilog-0.4.1 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/assignDefaults.js
ilog-0.4.1 node_modules/babel/node_modules/lodash/internal/assignDefaults.js
ilog-0.4.0 node_modules/babel/node_modules/lodash/internal/assignDefaults.js
ilog-0.4.0 node_modules/contents/node_modules/lodash/internal/assignDefaults.js
ilog-0.4.0 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/assignDefaults.js
ilog-0.3.3 node_modules/babel/node_modules/lodash/internal/assignDefaults.js
ilog-0.3.3 node_modules/contents/node_modules/lodash/internal/assignDefaults.js
ilog-0.3.3 node_modules/babel-plugin-proto-to-assign/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/assignDefaults.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/internal/assignDefaults.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/inquirer/node_modules/lodash/internal/assignDefaults.js