UNPKG

object-group-bye

Version:

ponyfill or polyfill of Object.groupBy ES feature

8 lines (7 loc) 193 B
import { ObjectGroupBy as e } from "./object.groupby.js"; "groupBy" in Object || Object.defineProperty(Object, "groupBy", { value: e, configurable: !0, writable: !0, enumerable: !1 });