Exercise #26: Not Undefined Or Null Constraint
Type Transformations ยท 03.5-type-helpers-pattern
Goal

Goal: Disallow `null` and `undefined` as inputs by constraining the generic, while still returning a nullable version of the type.

Run "Check Solution" to validate your code in the browser.