Preparing search index...
The search index is not available
@appsweet-co/ts-utils - v0.39.1
@appsweet-co/ts-utils
fns/arity
curry2
Function curry2
curry2
<
T
,
R
>
(
fn
)
:
(
(
x
)
=>
(
(
y
)
=>
R
)
)
Alias for
binary
.
Type Parameters
T
R
Parameters
fn
:
Nary
<
T
,
R
>
Returns
(
(
x
)
=>
(
(
y
)
=>
R
)
)
(
x
)
:
(
(
y
)
=>
R
)
Parameters
x
:
T
Returns
(
(
y
)
=>
R
)
(
y
)
:
R
Parameters
y
:
T
Returns
R
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@appsweet-
co/ts-
utils -
v0.39.1
fns/arity
binary
curry2
curry3
nullary
ternary
unary
fns/array
fns/clone
fns/compose
fns/constant
fns/flip
fns/identity
fns/json
fns/logic
fns/math
fns/never
fns/noop
fns/obj
fns/pipe
fns/predicate
fns/range
fns/string
fns/throwable
types/arity
types/array
types/duration
types/effect
types/either
types/functional
types/iso
types/nominal
types/object
types/option
types/predicate
types/primitive
types/result
types/timestamp
Generated using
TypeDoc
Alias for
binary
.