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

    Type Parameters

    • T

    Parameters

    • object: undefined | null | T

      The object to search.

    • Optional predicate: ObjectIteratee<T>

      The function invoked per iteration.

    Returns undefined | string

    Returns the key of the matched element, else undefined.

Generated using TypeDoc