@tempots/std
objectValues() function
Returns an array of values from the given object.
Signature:
objectValues: extends object>(obj: T) => Array
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
T |
The object from which to extract values. |
Returns: Array
An array of values from the object.