mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
react app
This commit is contained in:
15
react-app/node_modules/lodash/internal/getData.js
generated
vendored
Normal file
15
react-app/node_modules/lodash/internal/getData.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
var metaMap = require('./metaMap'),
|
||||
noop = require('../utility/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;
|
Reference in New Issue
Block a user