Type alias SyncIterator<T>

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

Type Parameters

  • T

Type declaration

  • next:function
    • Returns Promise<T>

Generated using TypeDoc