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