6a70796b95669f19d39cb0af2408502d86010e2a621f602a666be92e7ee9e55e.json 581 B

1
  1. {"ast":null,"code":"import createBaseFor from './_createBaseFor.js';\n\n/**\n * This function is like `baseFor` except that it iterates over properties\n * in the opposite order.\n *\n * @private\n * @param {Object} object The object to iterate over.\n * @param {Function} iteratee The function invoked per iteration.\n * @param {Function} keysFunc The function to get the keys of `object`.\n * @returns {Object} Returns `object`.\n */\nvar baseForRight = createBaseFor(true);\nexport default baseForRight;","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}