Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iterable-iterator/chain
:handshake: Iterable chaining for JavaScript
https://github.com/iterable-iterator/chain
Last synced: about 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:20:13.000Z (2 months ago)
- Last Synced: 2024-10-24T21:48:28.193Z (2 months ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/chain
- Size: 2.11 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
```[![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)