fp-ts-group
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

fp-ts group and groupBy

import {groupBy} from 'fp-ts-group'
 
assert.deepStrictEqual(groupBy(eqNumber)([1, 1, 2, 3, 3, 4]), [[1, 1], [2], [3, 3], [4]])

Readme

Keywords

Package Sidebar

Install

npm i fp-ts-group

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

1.57 kB

Total Files

4

Last publish

Collaborators

  • stevemao