1 var baseForOwnRight = require(
'./_baseForOwnRight'),
2 castFunction = require(
'./_castFunction');
30 function forOwnRight(
object, iteratee) {
31 return object && baseForOwnRight(
object, castFunction(iteratee));
34 module.exports = forOwnRight;