Preparing search index...
The search index is not available
@pleisto/active-support
@pleisto/active-support
listify
Function listify
listify
<
TValue
,
TKey
,
KResult
>
(
obj
,
toItem
)
:
KResult
[]
Convert an object to a list, mapping each entry into a list item
Type Parameters
TValue
TKey
extends
string
|
number
|
symbol
KResult
Parameters
obj
:
Record
<
TKey
,
TValue
>
toItem
:
(
(
key
,
value
)
=>
KResult
)
(
key
,
value
)
:
KResult
Parameters
key
:
TKey
value
:
TValue
Returns
KResult
Returns
KResult
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@pleisto/active-support
Loading...
Convert an object to a list, mapping each entry into a list item