Preparing search index...
The search index is not available
@dancrumb/fpish
@dancrumb/fpish
pickProperties
Function pickProperties
pick
Properties
<
O
>
(
keys
)
:
(
(
o
)
=>
Partial
<
O
>
)
Sometimes, you want a subset of an object, with just a few properties That's what this function does
Type Parameters
O
extends
object
Parameters
keys
:
(
keyof
O
)
[]
Returns
(
(
o
)
=>
Partial
<
O
>
)
(
o
)
:
Partial
<
O
>
Parameters
o
:
O
Returns
Partial
<
O
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@dancrumb/fpish
Loading...
Sometimes, you want a subset of an object, with just a few properties That's what this function does