lightdash

lightdash JS library on GitHub lightdash JS library on npm Download lightdash JS library

A small TypeScript utility library to complement lodash

Version 14.0.0 License MIT
lightdash has no homepage
lightdash JS library on GitHub
lightdash JS library on npm
Download lightdash JS library
Keywords
lodashutility

lightdash

A small JavaScript utility library to complement lodash.

Introduction

Lightdash is a utility library aiming to complement lodash.

Documentation

Usage

Install it:

npm install lightdash

And import it:

import { groupMapBy } from "lightdash";

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