- forInRight<T>(object, iteratee?): T
Parameters
- object: T
Optional
iteratee: ObjectIterator<T, any>
Returns T
Returns object.
- forInRight<T>(object, iteratee?): undefined | null | T
Parameters
- object: undefined | null | T
Optional
iteratee: ObjectIterator<T, any>
Returns undefined | null | T
This method is like _.forIn except that it iterates over properties of object in the opposite order.