• Creates an array of the own enumerable property values of object.

    Type Parameters

    • T

    Parameters

    • object:
          | undefined
          | null
          | Dictionary<T>
          | NumericDictionary<T>
          | List<T>

      The object to query.

    Returns T[]

    Returns an array of property values.

  • Type Parameters

    • T extends object

    Parameters

    • object: undefined | null | T

    Returns T[keyof T][]

    _.values

  • Parameters

    • object: any

    Returns any[]

    _.values