xdashReadme | API


xdash / values

Function: values()

values<T>(obj): T[keyof T][]

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

Source

typed.ts:92