All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.lodash._getHolder.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
/**
 * Gets the argument placeholder value for `func`.
 *
 * @private
 * @param {Function} func The function to inspect.
 * @returns {*} Returns the placeholder value.
 */
function getHolder(func) {
  var object = func;
  return object.placeholder;
}

module.exports = getHolder;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy