Takaro - v0.4.11
    Preparing search index...

    Function findLastKey

    • This method is like _.findKey except that it iterates over elements of a collection in the opposite order.

      Type Parameters

      • T

      Parameters

      • object: T | null | undefined

        The object to search.

      • Optionalpredicate: ObjectIteratee<T>

        The function invoked per iteration.

      Returns string | undefined

      Returns the key of the matched element, else undefined.