https://github.com/iterable-iterator/chain
:handshake: Iterable chaining for JavaScript
https://github.com/iterable-iterator/chain
Last synced: about 1 year ago
JSON representation
:handshake: Iterable chaining for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/chain
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-04-30T16:06:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T01:53:18.000Z (about 1 year ago)
- Last Synced: 2025-04-12T02:51:41.165Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/chain
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
: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
```
[](https://raw.githubusercontent.com/iterable-iterator/chain/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/chain)
[](https://github.com/iterable-iterator/chain/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/iterable-iterator/chain/network/dependencies)
[](https://github.com/iterable-iterator/chain/issues)
[](https://www.npmjs.org/package/@iterable-iterator/chain)
[](https://codeclimate.com/github/iterable-iterator/chain/issues)
[](https://codeclimate.com/github/iterable-iterator/chain/trends/churn)
[](https://codecov.io/gh/iterable-iterator/chain)
[](https://codeclimate.com/github/iterable-iterator/chain/trends/technical_debt)
[](https://iterable-iterator.github.io/chain/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/chain)