it
Preparing search index...
it-drain
default
Function default
default
(
source
:
Iterable
<
unknown
>
)
:
void
Drains an (async) iterable discarding its' content and does not return anything
Parameters
source
:
Iterable
<
unknown
>
Returns
void
default
(
source
:
Iterable
<
unknown
,
any
,
any
>
|
AsyncIterable
<
unknown
,
any
,
any
>
,
)
:
Promise
<
void
>
Drains an (async) iterable discarding its' content and does not return anything
Parameters
source
:
Iterable
<
unknown
,
any
,
any
>
|
AsyncIterable
<
unknown
,
any
,
any
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
it
Loading...
Drains an (async) iterable discarding its' content and does not return anything