Preparing search index...
The search index is not available
Takaro - v0.0.16
Takaro
@takaro/helpers
_
curry
Function curry
curry
<
T1
,
R
>
(
func
:
(
t1
:
T1
)
=>
R
,
arity
?:
number
)
:
CurriedFunction1
<
T1
,
R
>
Type Parameters
T1
R
Parameters
func
:
(
t1
:
T1
)
=>
R
Optional
arity
:
number
Returns
CurriedFunction1
<
T1
,
R
>
curry
<
T1
,
T2
,
R
>
(
func
:
(
t1
:
T1
,
t2
:
T2
)
=>
R
,
arity
?:
number
,
)
:
CurriedFunction2
<
T1
,
T2
,
R
>
Type Parameters
T1
T2
R
Parameters
func
:
(
t1
:
T1
,
t2
:
T2
)
=>
R
Optional
arity
:
number
Returns
CurriedFunction2
<
T1
,
T2
,
R
>
curry
<
T1
,
T2
,
T3
,
R
>
(
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
)
=>
R
,
arity
?:
number
,
)
:
CurriedFunction3
<
T1
,
T2
,
T3
,
R
>
Type Parameters
T1
T2
T3
R
Parameters
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
)
=>
R
Optional
arity
:
number
Returns
CurriedFunction3
<
T1
,
T2
,
T3
,
R
>
curry
<
T1
,
T2
,
T3
,
T4
,
R
>
(
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
)
=>
R
,
arity
?:
number
,
)
:
CurriedFunction4
<
T1
,
T2
,
T3
,
T4
,
R
>
Type Parameters
T1
T2
T3
T4
R
Parameters
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
)
=>
R
Optional
arity
:
number
Returns
CurriedFunction4
<
T1
,
T2
,
T3
,
T4
,
R
>
curry
<
T1
,
T2
,
T3
,
T4
,
T5
,
R
>
(
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
,
t5
:
T5
)
=>
R
,
arity
?:
number
,
)
:
CurriedFunction5
<
T1
,
T2
,
T3
,
T4
,
T5
,
R
>
Type Parameters
T1
T2
T3
T4
T5
R
Parameters
func
:
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
,
t5
:
T5
)
=>
R
Optional
arity
:
number
Returns
CurriedFunction5
<
T1
,
T2
,
T3
,
T4
,
T5
,
R
>
curry
(
func
:
(
...
args
:
any
[]
)
=>
any
,
arity
?:
number
)
:
(
...
args
:
any
[]
)
=>
any
Parameters
func
:
(
...
args
:
any
[]
)
=>
any
Optional
arity
:
number
Returns
(
...
args
:
any
[]
)
=>
any
Index
Properties
placeholder
Properties
placeholder
placeholder
:
LoDashStatic
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
placeholder
Takaro - v0.0.16
Loading...