github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
lambda
CurryMultiSignature
Type Alias CurryMultiSignature<FN, R, THIS>
Curry
Multi
Signature
<
FN
,
R
,
THIS
>
:
(
<
A
,
B
,
FN_B
>
(
...
args_a
:
A
)
=>
B
extends
never
[]
?
R
:
CurryMultiSignature
<
FN_B
,
ReturnType
<
FN_B
>
&
R
,
THIS
>
)
this is the return type of
CurryMultiSignature
, made for the sole purpose of type recursion.
Type Parameters
FN
extends
BindableFunction
<
THIS
,
any
,
any
,
any
>
R
extends
FN
extends
BindableFunction
<
THIS
,
any
,
any
,
infer
P
>
?
P
:
void
=
ReturnType
<
FN
>
THIS
extends
any
=
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...
this is the return type of CurryMultiSignature, made for the sole purpose of type recursion.