• Creates an array of the own and inherited 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 the array of property values.

  • Type Parameters

    • T extends object

    Parameters

    • object: undefined | null | T

    Returns T[keyof T][]

    See

    _.valuesIn

Generated using TypeDoc