https://github.com/iterable-iterator/group
:people_holding_hands: Iterable items grouping for JavaScript
https://github.com/iterable-iterator/group
Last synced: 11 months ago
JSON representation
:people_holding_hands: Iterable items grouping for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/group
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-05-04T13:00:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T00:53:09.000Z (11 months ago)
- Last Synced: 2025-07-13T02:39:41.109Z (11 months ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/group
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:people_holding_hands: [@iterable-iterator/group](https://iterable-iterator.github.io/group)
==
Iterable items grouping for JavaScript.
See [docs](https://iterable-iterator.github.io/group/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 {group} from '@iterable-iterator/group';
import {identity} from '@functional-abstraction/operator';
group( identity , "AAAABBBCCAABB" ) ; // [ A AAAA ] [ B BBB ] [ C CC ] [ A AA ] [ B BB ]
```
[](https://raw.githubusercontent.com/iterable-iterator/group/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/group)
[](https://github.com/iterable-iterator/group/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/iterable-iterator/group/network/dependencies)
[](https://github.com/iterable-iterator/group/issues)
[](https://www.npmjs.org/package/@iterable-iterator/group)
[](https://codeclimate.com/github/iterable-iterator/group/issues)
[](https://codeclimate.com/github/iterable-iterator/group/trends/churn)
[](https://codecov.io/gh/iterable-iterator/group)
[](https://codeclimate.com/github/iterable-iterator/group/trends/technical_debt)
[](https://iterable-iterator.github.io/group/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/group)