A small JavaScript utility library to complement lodash.
Lightdash is a utility library aiming to complement lodash.
Installation:
npm install lightdash
And import it:
import { groupMapBy } from "lightdash";
groupMapBy([1, 2, 3, 4, 5], (val) => val % 2);
Contributions are always welcome, no matter if you have a request, an idea, found a bug, or spotted a typo: Feel free to create a PR or open an issue!
Generated using TypeDoc