xdash / values
Function: values()
values<
T>(obj):T[keyofT][]
Gets the values of an object.
Type parameters
• T extends object
Parameters
• obj: T
object to check
Returns
T[keyof T][]
true if the value is a number, false otherwise
xdash / values
values<
T>(obj):T[keyofT][]
Gets the values of an object.
• T extends object
• obj: T
object to check
T[keyof T][]
true if the value is a number, false otherwise