Sanity Library Reference Docs
Preparing search index...
@sanity/migrate
map
Function map
map
<
T
,
U
>
(
it
:
AsyncIterableIterator
<
T
>
,
project
:
(
value
:
T
)
=>
U
,
)
:
AsyncIterableIterator
<
U
>
Type Parameters
T
U
Parameters
it
:
AsyncIterableIterator
<
T
>
project
:
(
value
:
T
)
=>
U
Returns
AsyncIterableIterator
<
U
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...