Preparing search index...
The search index is not available
@hat-open/util
@hat-open/util
curryN
Function curryN
curryN
<
TArgs
,
TResult
>
(
arity
,
fn
)
:
Curried
<
TArgs
,
TResult
>
Curry function with fixed arguments lenth
Function arity is provided as first argument.
Type Parameters
TArgs
extends
any
[]
TResult
Parameters
arity
:
number
fn
:
(
(
...
args
)
=>
TResult
)
(
...
args
)
:
TResult
Parameters
Rest
...
args
:
TArgs
Returns
TResult
Returns
Curried
<
TArgs
,
TResult
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@hat-open/util
Loading...
Curry function with fixed arguments lenth
Function arity is provided as first argument.