Preparing search index...
The search index is not available
@appsweet-co/ts-utils - v0.39.1
@appsweet-co/ts-utils
types/arity
Binary
Type alias Binary<T, U, R>
Binary
<
T
,
U
,
R
>
:
(
(
x
,
y
)
=>
R
)
Type Parameters
T
U
R
Type declaration
(
x
,
y
)
:
R
A function that takes exactly two arguments.
Parameters
x
:
T
y
:
U
Returns
R
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@appsweet-
co/ts-
utils -
v0.39.1
fns/arity
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
Binary
Binary
Partial
Nary
Nullary
Ternary
Ternary
Partial
Unary
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
A function that takes exactly two arguments.