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

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

There is a newer version: 3.3.1
Show newest version
var metaMap = require('./_metaMap'),
    noop = require('./noop');

/**
 * Gets metadata for `func`.
 *
 * @private
 * @param {Function} func The function to query.
 * @returns {*} Returns the metadata for `func`.
 */
var getData = !metaMap ? noop : function(func) {
  return metaMap.get(func);
};

module.exports = getData;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy