Type Alias SyncIterator<T>

SyncIterator<T>: {
    next(): Promise<T>;
}

Type Parameters

  • T