lightdash
TypeScript icon, indicating that this package has built-in type declarations

14.0.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i lightdash

Weekly Downloads

12

Version

14.0.0

License

MIT

Unpacked Size

406 kB

Total Files

122

Last publish

Collaborators

  • felixrilling