Preparing search index...
The search index is not available
@vangware/iterables
@vangware/iterables
AsynchronousGeneratorFunction
Type alias AsynchronousGeneratorFunction<Item>
Asynchronous
Generator
Function
<
Item
>
:
(
(
)
=>
AsyncIterator
<
Item
>
)
|
(
(
)
=>
Iterator
<
Item
>
)
Function that returns an iterator or an asynchronous iterator.
Type Parameters
Item =
unknown
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@vangware/iterables
Asynchronous
Generator
Function
Generator
Output
Reducer
Output
append
count
create
Iterable
Iterator
drop
entries
To
Object
every
filter
find
flat
for
Each
get
Iterator
group
By
handle
Asynchronous
Iterable
handle
Curried
Asynchronous
Iterable
head
includes
initial
intersperse
iterable
To
Array
join
length
map
object
To
Entries
prepend
range
reduce
repeat
some
take
to
Iterable
unique
zip
zip
Index
Function that returns an iterator or an asynchronous iterator.