jimmywarting / groupby-polyfill

small zero dependent polyfill for `Object.groupBy` and `Map.groupBy`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

groupby-polyfill JSDoc icon, indicating that this package has built-in type declarations

A small polyfill with zero-dependency that do just do one thing.

npm install groupby-polyfill

This is a hybrid package. It dose not import or export anything so both require and import works.

This will conditionally polyfill global Object/Map with the missing groupBy method using ??= but I would recommend that you conditionally import it if it's needed. See comp. table at MDN if you need this:

Documentation and code example is in this links too.

Usage

Just need to import it.

import 'groupby-polyfill/lib/polyfill.js'

About

small zero dependent polyfill for `Object.groupBy` and `Map.groupBy`

License:MIT License


Languages

Language:JavaScript 100.0%