@hyperjump/pact
Preparing search index...
pact
asyncHead
Function asyncHead
asyncHead
<
A
>
(
iterator
:
AsyncIterable
<
A
>
)
:
Promise
<
undefined
|
A
>
Same as
head
, but works with AsyncGenerators.
Type Parameters
A
Parameters
iterator
:
AsyncIterable
<
A
>
Returns
Promise
<
undefined
|
A
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@hyperjump/pact
Loading...
Same as
head
, but works with AsyncGenerators.