| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/object.groupby/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/object.groupby/polyfill.js |
'use strict';
var implementation = require('./implementation');
module.exports = function getPolyfill() {
return Object.groupBy || implementation;
};