Lodash.values

Creates an array of the own enumerable string keyed property values of object.

Note: Non-object values are coerced to objects.

struct Lodash
nothrow @trusted @safe ref
values
()
()

Return Value

Type: auto ref

- Lodash chained on (Array): the array of property values.

Meta