All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.lodash._baseForRight.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
var createBaseFor = require('./_createBaseFor');

/**
 * This function is like `baseFor` except that it iterates over properties
 * in the opposite order.
 *
 * @private
 * @param {Object} object The object to iterate over.
 * @param {Function} iteratee The function invoked per iteration.
 * @param {Function} keysFunc The function to get the keys of `object`.
 * @returns {Object} Returns `object`.
 */
var baseForRight = createBaseFor(true);

module.exports = baseForRight;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy