Preparing search index...
The search index is not available
nats-base-library
nats-base-library
Lister
Interface Lister<T>
An interface for listing. Returns a promise with typed list.
Type Parameters
T
Hierarchy
Lister
Index
Methods
[async
Iterator]
next
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterator
<
T
,
any
,
undefined
>
Returns
AsyncIterator
<
T
,
any
,
undefined
>
next
next
(
)
:
Promise
<
T
[]
>
Returns
Promise
<
T
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
nats-
base-
library
Lister
[async
Iterator]
next
Generated using
TypeDoc
An interface for listing. Returns a promise with typed list.