Search
Preparing search index...
The search index is not available
@nftstorage/metaplex-auth
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@nftstorage/metaplex-auth
<internal>
AsyncGenerator
Interface AsyncGenerator<T, TReturn, TNext>
Type parameters
T =
unknown
TReturn =
any
TNext =
unknown
Hierarchy
AsyncIterator
<
T
,
TReturn
,
TNext
>
AsyncGenerator
Index
Methods
[async
Iterator]
next
return
throw
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncGenerator
<
T
,
TReturn
,
TNext
>
Returns
AsyncGenerator
<
T
,
TReturn
,
TNext
>
next
next
(
...
args
:
[
]
|
[
TNext
]
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
Rest
...
args:
[
]
|
[
TNext
]
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
return
return
(
value
:
TReturn
|
PromiseLike
<
TReturn
>
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
value:
TReturn
|
PromiseLike
<
TReturn
>
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
throw
throw
(
e
:
any
)
:
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Parameters
e:
any
Returns
Promise
<
IteratorResult
<
T
,
TReturn
>
>
Exports
<internal>
"/home/runner/work/metaplex-
auth/metaplex-
auth/node_
modules/multiformats/types/src/codecs/interface"
"/home/runner/work/metaplex-
auth/metaplex-
auth/node_
modules/nft.storage/dist/src/lib/interface"
Async
Generator
[async
Iterator]
next
return
throw
Generated using
TypeDoc