for testing: ```ts type R = number | undefined testType.hasUndefined<R>(true) ```
for testing: