iterable-iterator/chain

View on GitHub
README.md

Summary

Maintainability
Test Coverage
:handshake: [@iterable-iterator/chain](https://iterable-iterator.github.io/chain)
==

Iterable chaining for JavaScript.
See [docs](https://iterable-iterator.github.io/chain/index.html).

> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).

```js
import {chain} from '@iterable-iterator/chain';
chain("ABC", "XY"); // A B C X Y
```

[![License](https://img.shields.io/github/license/iterable-iterator/chain.svg)](https://raw.githubusercontent.com/iterable-iterator/chain/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@iterable-iterator/chain.svg)](https://www.npmjs.org/package/@iterable-iterator/chain)
[![Tests](https://img.shields.io/github/actions/workflow/status/iterable-iterator/chain/ci.yml?branch=main&event=push&label=tests)](https://github.com/iterable-iterator/chain/actions/workflows/ci.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/iterable-iterator/chain.svg)](https://github.com/iterable-iterator/chain/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/iterable-iterator/chain.svg)](https://github.com/iterable-iterator/chain/issues)
[![Downloads](https://img.shields.io/npm/dm/@iterable-iterator/chain.svg)](https://www.npmjs.org/package/@iterable-iterator/chain)

[![Code issues](https://img.shields.io/codeclimate/issues/iterable-iterator/chain.svg)](https://codeclimate.com/github/iterable-iterator/chain/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/iterable-iterator/chain.svg)](https://codeclimate.com/github/iterable-iterator/chain/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/iterable-iterator/chain/main.svg)](https://codecov.io/gh/iterable-iterator/chain)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/iterable-iterator/chain.svg)](https://codeclimate.com/github/iterable-iterator/chain/trends/technical_debt)
[![Documentation](https://iterable-iterator.github.io/chain/badge.svg)](https://iterable-iterator.github.io/chain/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@iterable-iterator/chain)](https://bundlephobia.com/result?p=@iterable-iterator/chain)