• This method is like _.forIn except that it iterates over properties of object in the opposite order.

    Type Parameters

    • T

    Parameters

    • object: T

      The object to iterate over.

    • Optional iteratee: ObjectIterator<T, any>

      The function invoked per iteration.

    Returns T

    Returns object.

  • Type Parameters

    • T

    Parameters

    • object: undefined | null | T
    • Optional iteratee: ObjectIterator<T, any>

    Returns undefined | null | T

    See

    _.forInRight

Generated using TypeDoc