Takaro - v0.4.11
    Preparing search index...

    Function forInRight

    • 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.

      • Optionaliteratee: ObjectIterator<T, any>

        The function invoked per iteration.

      Returns T

      Returns object.

    • Type Parameters

      • T

      Parameters

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

      Returns T | null | undefined

      _.forInRight