CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
_baseForRight.js16 linesDownload Raw Back to lodash-es
1import createBaseFor from './_createBaseFor.js';2 3/**4 * This function is like `baseFor` except that it iterates over properties5 * in the opposite order.6 *7 * @private8 * @param {Object} object The object to iterate over.9 * @param {Function} iteratee The function invoked per iteration.10 * @param {Function} keysFunc The function to get the keys of `object`.11 * @returns {Object} Returns `object`.12 */13var baseForRight = createBaseFor(true);14 15export default baseForRight;16 
basant307/AI_Governance_Project · CoolFace