Type Alias SyncIterator<T>

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

Type Parameters

  • T

Type declaration

  • next:function
    • Returns Promise<T>