Options
All
  • Public
  • Public/Protected
  • All
Menu

lightdash

lightdash

A small JavaScript utility library to complement lodash.

Introduction

Lightdash is a utility library aiming to complement lodash.

Documentation

Usage

Installation:

npm install lightdash

And import it:

import { groupMapBy } from "lightdash";

groupMapBy([1, 2, 3, 4, 5], (val) => val % 2);

Contributing

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