Conditional Return Type
arg
of type T
. The function also returns the value of the optional parameter.T
or as T | undefined
based on whether or not arg
is provided?
0 Replies
arg
of type T
. The function also returns the value of the optional parameter.T
or as T | undefined
based on whether or not arg
is provided?