4.0.0 • Published 7 years ago

starry.iterator-to-iterable v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Member of the starry suite—modular functions for iterable objects.

npm node

Status

Applies to the whole suite.

Build Status Coverage Status

Usage

function iteratorToIterable<T = any>(
  iterator: Iterator<T>
  ): IterableIterator<T>

Iterates through the remaining items of the specified Iterator object as though it is an Iterable object.

Parameters:

  • iterator - Iterator<T>

Returns: IterableIterator<T>

4.0.0

7 years ago

3.0.0

8 years ago

3.0.0-1

8 years ago

3.0.0-0

8 years ago

2.0.0

8 years ago

2.0.0-0

8 years ago

1.4.1

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago