Endo API documentation
    Preparing search index...
    • Makes a one-shot iterable iterator from a provided next function.

      Type Parameters

      • T = unknown

      Parameters

      • next: () => IteratorResult<T>

      Returns IterableIterator<T, any, any>