4.0.0 • Published 7 years ago

starry.delimit v4.0.0

Weekly downloads
2
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 delimit<T = any, U = any>(
  iterable: Iterable<T>,
  delimiter: U
  ): Iterable<T | U>

Separates each element in the iterable with a delimiter. Returns a new iterable with the values separated by the delimiter.

Parameters:

  • iterable: Iterable<T>
  • delimiter: U

Returns: Iterable<T | U>

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.6.1

8 years ago

1.4.1

8 years ago

1.3.0

9 years ago