Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
partob
Function partob
partob
<
T
,
K
,
PartialArgs
>
(
fn
,
argobj
)
:
(
(
restobj
)
=>
K
)
Like partial but for unary functions that accept a single object argument
Type Parameters
T
K
PartialArgs
extends
Partial
<
T
>
Parameters
fn
:
(
(
args
)
=>
K
)
(
args
)
:
K
Parameters
args
:
T
Returns
K
argobj
:
PartialArgs
Returns
(
(
restobj
)
=>
K
)
(
restobj
)
:
K
Parameters
restobj
:
Omit
<
T
,
keyof
PartialArgs
>
Returns
K
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
Like partial but for unary functions that accept a single object argument