Preparing search index...
The search index is not available
@hat-open/util
@hat-open/util
Curried3
Type Alias Curried3<T1, T2, T3, TResult>
Curried3
:
{
()
:
Curried3
<
T1
,
T2
,
T3
,
TResult
>
;
(
x1
:
T1
)
:
Curried2
<
T2
,
T3
,
TResult
>
;
(
x1
:
T1
,
x2
:
T2
)
:
Curried1
<
T3
,
TResult
>
;
(
x1
:
T1
,
x2
:
T2
,
x3
:
T3
)
:
TResult
;
}
Type Parameters
T1
T2
T3
TResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hat-open/util
Loading...