OptionalItemSequencetype
AsyncIterable<OptionalItem<I, T>, void, void>
| Type | |
|---|---|
AsyncIterable | |
OptionalItem | Item object, or undefined to indicate the item doesn't exist. |
An async sequence of optional item objects.
AsyncIterable<OptionalItem<I, T>, void, void>
| Type | |
|---|---|
AsyncIterable | |
OptionalItem | Item object, or undefined to indicate the item doesn't exist. |
An async sequence of optional item objects.