-
Notifications
You must be signed in to change notification settings - Fork 10
Conditional.If_T3
Michael Poteat edited this page Feb 27, 2023
·
3 revisions
hkt-toolbelt / Conditional / If_T3
Conditional.If_T3
Name | Type |
---|---|
Predicate |
extends Kind <(x : never ) => boolean > |
Then |
extends Kind
|
Else |
extends Kind
|
-
↳
If_T3
• Readonly
Abstract
[_]: unknown
▸ f(x
): _$if
<Predicate
, Then
, Else
, _$cast
<unknown
, _$inputOf
<Predicate
>>>
Name | Type |
---|---|
x |
_$cast <unknown , _$inputOf <Predicate >> |
_$if
<Predicate
, Then
, Else
, _$cast
<unknown
, _$inputOf
<Predicate
>>>
Kind.Kind.f