@ginden/blinkstick-v2
Preparing search index...
asyncCollect
Function asyncCollect
asyncCollect
<
V
>
(
iterable
:
Iterable
<
V
,
any
,
any
>
|
AsyncIterable
<
V
,
any
,
any
>
,
)
:
Promise
<
V
[]
>
Collects all items from an iterable or async iterable into an array.
Type Parameters
V
Parameters
iterable
:
Iterable
<
V
,
any
,
any
>
|
AsyncIterable
<
V
,
any
,
any
>
Returns
Promise
<
V
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ginden/blinkstick-v2
Loading...
Collects all items from an iterable or async iterable into an array.