starry.concat

4.0.0 • Public • Published

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

npm node

Status

Applies to the whole suite.

Build Status Coverage Status

Usage

function concat<T = any>(
  ...iterables: Iterable<T>[]
  ): Iterable<T>

Returns an iterable that returns the elements of each iterable passed.

Parameters:

  • ...iterables: Iterable<T>[]

Returns: Iterable<T>

Package Sidebar

Install

npm i starry.concat

Weekly Downloads

3

Version

4.0.0

License

MIT

Unpacked Size

3.92 kB

Total Files

9

Last publish

Collaborators

  • seangenabe