@nats-io/nats-core
Preparing search index...
SyncIterator
Type Alias SyncIterator<T>
type
SyncIterator
<
T
>
=
{
next
()
:
Promise
<
T
>
;
}
Type Parameters
T
Index
Methods
next
Methods
next
next
()
:
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
next
@nats-io/nats-core
Loading...