-
Notifications
You must be signed in to change notification settings - Fork 10
Test
Michael Poteat edited this page Feb 27, 2023
·
3 revisions
hkt-toolbelt / Test
Ƭ Expect<X
, V
>: _$isNever
<V
> extends true
? X
: _$isNever
<X
> extends true
? Expect
<X
, V
> : X
Name | Type |
---|---|
X |
extends _$equals <X , V > extends true ? V : V & _
|
V |
true |
Ƭ ExpectNot<X
, V
>: _$isNever
<V
> extends true
? X
: _$isNever
<X
> extends true
? ExpectNot
<X
, V
> : X
Name | Type |
---|---|
X |
extends _$equals <X , V > extends true ? V : V & _
|
V |
false |