odin-js-fundamentals-part-4/node_modules/object.groupby/polyfill.js

8 lines
153 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Object.groupBy || implementation;
};