ixfx
Preparing search index...
@ixfx/iterables
last
Function last
Returns the last item of an iterable, or
undefined
if it yields no results.
Param: it
Returns
last
<
V
>
(
it
:
AsyncIterable
<
V
>
)
:
Promise
<
undefined
|
V
>
Type Parameters
V
Parameters
it
:
AsyncIterable
<
V
>
Returns
Promise
<
undefined
|
V
>
last
<
V
>
(
it
:
Iterable
<
V
>
)
:
V
Type Parameters
V
Parameters
it
:
Iterable
<
V
>
Returns
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns the last item of an iterable, or undefined if it yields no results.
Param: it
Returns