N. Bighetti
N. Bighetti
The solution above fails in case of ```TypeScript Expect ``` because of the lack of non-null check on `T[0]`. Instead, check the array `T` first to avoid this problem: ```TypeScript...
@newren Any new progress about this one? I sought for this feature for a while and it turns out this feature is not merged yet.
@doox911-opensource I don't think `IsUnion any) | (() => 15)>` should equal to `true` as `() => any` is the widest type, a.k.a. the superset of function without any arguments,...