Repository
Preparing search index...
The search index is not available
iterated
iterated
consume
Function consume
consume
<
Iter
>
(
iter
)
:
CondIt
<
Iter
,
void
,
Promise
<
void
>
>
Iterates the iterable until exhausting it.
Type Parameters
Iter
extends
AnyIt
<
unknown
>
Parameters
iter
:
Iter
Returns
CondIt
<
Iter
,
void
,
Promise
<
void
>
>
Example
it
.
consume
([
1
,
2
,
3
])
Copy
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
iterated
Loading...
Iterates the iterable until exhausting it.