Convert a nilable into an optional argument. This means null is normalized to undefined.
null
undefined
The subject to convert to an optional.
The value, normalized to undefined, if it was nil.
Convert a nilable into an optional argument. This means
null
is normalized toundefined
.