File manager - Edit - /usr/local/lib/node_modules/npm/node_modules/lodash/internal/createFindKey.js
Back
var baseCallback = require('./baseCallback'), baseFind = require('./baseFind'); /** * Creates a `_.findKey` or `_.findLastKey` function. * * @private * @param {Function} objectFunc The function to iterate over an object. * @returns {Function} Returns the new find function. */ function createFindKey(objectFunc) { return function(object, predicate, thisArg) { predicate = baseCallback(predicate, thisArg, 3); return baseFind(object, predicate, objectFunc, true); }; } module.exports = createFindKey;
| ver. 1.4 |
Github
|
.
| PHP 8.3.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings