mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-03 08:32:17 +00:00
Delete utils/rm directory
This commit is contained in:
14
utils/rm/node_modules/lodash/_castFunction.js
generated
vendored
14
utils/rm/node_modules/lodash/_castFunction.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
var identity = require('./identity');
|
||||
|
||||
/**
|
||||
* Casts `value` to `identity` if it's not a function.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to inspect.
|
||||
* @returns {Function} Returns cast function.
|
||||
*/
|
||||
function castFunction(value) {
|
||||
return typeof value == 'function' ? value : identity;
|
||||
}
|
||||
|
||||
module.exports = castFunction;
|
||||
Reference in New Issue
Block a user