mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 14:42:18 +00:00
Delete utils/rm directory
This commit is contained in:
17
utils/rm/node_modules/lodash/_baseSetData.js
generated
vendored
17
utils/rm/node_modules/lodash/_baseSetData.js
generated
vendored
@@ -1,17 +0,0 @@
|
||||
var identity = require('./identity'),
|
||||
metaMap = require('./_metaMap');
|
||||
|
||||
/**
|
||||
* The base implementation of `setData` without support for hot loop shorting.
|
||||
*
|
||||
* @private
|
||||
* @param {Function} func The function to associate metadata with.
|
||||
* @param {*} data The metadata.
|
||||
* @returns {Function} Returns `func`.
|
||||
*/
|
||||
var baseSetData = !metaMap ? identity : function(func, data) {
|
||||
metaMap.set(func, data);
|
||||
return func;
|
||||
};
|
||||
|
||||
module.exports = baseSetData;
|
||||
Reference in New Issue
Block a user