Returns the resolved value for the given argument of type T or a function that returns T.
T
The value or function.
Behavior is not defined for function types (meaning T extends Function).
T extends Function
Returns the resolved value for the given argument of type
Tor a function that returnsT.