UNPKG
object-group-bye
Version:
latest (0.1.1)
0.1.1
0.1.0
ponyfill or polyfill of Object.groupBy ES feature
github.com/Vinsurs/object.groupby
object-group-bye
/
dist
/
polyfill.cjs
2 lines
(1 loc)
•
180 B
JavaScript
View Raw
1
2
"use strict"
;
const
e=
require
(
"./object.groupby.cjs"
);
"groupBy"
in
Object
||
Object
.
defineProperty
(
Object
,
"groupBy"
,{
value
:e.
ObjectGroupBy
,
configurable
:!
0
,
writable
:!
0
,
enumerable
:!
1
});